.photographer-page-wrap{--sand:#f5f0e8;--sand-2:#ede7d9;--cream:#faf8f4;--ocean:#2e7d9e;--ocean-lt:#4a9ab8;--sky:#c8e6f0;--dark:#1a2c35;--mid:#4a6572;--text:#2a3d45;background:var(--cream);min-height:100vh;color:var(--text);font-family:DM Sans,sans-serif;overflow-x:hidden}.photographer-header-bar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#faf8f4ed!important;border-bottom:1px solid #2e7d9e1f!important}.photographer-header-inner{align-items:center;max-width:1100px;margin:0 auto;padding:.9rem 2rem;display:flex}.photographer-back-link{align-items:center;gap:.4rem;font-size:.88rem;font-weight:400;text-decoration:none;transition:color .2s;display:inline-flex;color:var(--mid)!important}.photographer-back-link:hover{color:var(--ocean)!important}.photographer-main{max-width:1100px;margin:0 auto;padding:3.5rem 2rem 6rem}.photographer-layout{grid-template-columns:260px 1fr;align-items:start;gap:3.5rem;display:grid}.photographer-sidebar{text-align:center;flex-direction:column;align-items:center;gap:0;display:flex;position:sticky;top:calc(64px + 2rem)}.photographer-avatar-wrap{background:var(--sand);width:110px;height:110px;box-shadow:0 0 0 4px var(--cream), 0 0 0 6px #2e7d9e59;border-radius:50%;flex-shrink:0;margin-bottom:1.4rem;position:relative;overflow:hidden}.photographer-avatar-initial{width:100%;height:100%;color:var(--ocean);justify-content:center;align-items:center;font-family:DM Serif Display,serif;font-size:2.6rem;font-weight:400;display:flex}.photographer-name-row{justify-content:center;align-items:center;gap:.45rem;margin-bottom:.35rem;display:flex}.photographer-name{color:var(--dark);font-family:DM Serif Display,serif;font-size:1.5rem;font-weight:400;line-height:1.15}.photographer-verified{flex-shrink:0;color:var(--ocean)!important}.photographer-username{color:var(--mid);margin-bottom:.5rem;font-size:.85rem;font-weight:300}.photographer-tagline{color:var(--mid);margin-bottom:1.4rem;font-size:.82rem;font-weight:300;line-height:1.5}.photographer-socials{flex-direction:column;gap:.6rem;width:100%;display:flex}.photographer-social-link{background:#fff;border:1px solid #2e7d9e47;border-radius:100px;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1.1rem;font-size:.83rem;font-weight:500;text-decoration:none;transition:background .2s,border-color .2s,transform .15s;display:inline-flex;color:var(--ocean)!important}.photographer-social-link:hover{background:var(--sky);border-color:#2e7d9e80;transform:translateY(-1px)}.photographer-content{min-width:0}.photographer-section-eyebrow{letter-spacing:3px;text-transform:uppercase;color:var(--ocean);margin-bottom:.4rem;font-size:.68rem;font-weight:500;display:block}.photographer-section-title{color:var(--dark);margin-bottom:1.4rem;font-family:DM Serif Display,serif;font-size:1.7rem;font-weight:400;line-height:1.1}.photographer-albums-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:3rem;display:grid}.photographer-album-card{background:var(--sand);border-radius:14px;text-decoration:none;transition:transform .35s,box-shadow .35s;display:block;position:relative;overflow:hidden;box-shadow:0 4px 20px #1e3c5014}.photographer-album-card:hover{transform:translateY(-5px);box-shadow:0 14px 38px #1e3c502b}.photographer-album-cover{aspect-ratio:4/3;position:relative;overflow:hidden}.photographer-album-cover-placeholder{background:var(--sky);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.photographer-album-overlay{pointer-events:none;background:linear-gradient(#0000 35%,#1a2c35c7 100%);position:absolute;inset:0}.photographer-album-info{z-index:1;padding:.85rem 1rem;position:absolute;bottom:0;left:0;right:0}.photographer-album-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin-bottom:.3rem;font-family:DM Serif Display,serif;font-size:.98rem;font-weight:400;line-height:1.25;overflow:hidden}.photographer-album-meta{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.photographer-album-location{color:#ffffffad;letter-spacing:.3px;white-space:nowrap;text-overflow:ellipsis;max-width:120px;font-size:.67rem;font-weight:300;overflow:hidden}.photographer-album-count{color:#ffffffb3;background:#ffffff2e;border-radius:100px;flex-shrink:0;padding:.1rem .5rem;font-size:.65rem}.photographer-albums-container{-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#2e7d9e33 transparent;overflow:auto hidden}.photographer-albums-container::-webkit-scrollbar{height:6px}.photographer-albums-container::-webkit-scrollbar-track{background:0 0}.photographer-albums-container::-webkit-scrollbar-thumb{background-color:#2e7d9e33;background-clip:content-box;border:2px solid #0000;border-radius:3px}.photographer-albums-container::-webkit-scrollbar-thumb:hover{background-color:#2e7d9e66}.photographer-albums-empty{text-align:center;color:var(--mid);background:#ffffff80;border:1.5px dashed #2e7d9e33;border-radius:14px;margin-bottom:3rem;padding:3.5rem 2rem;font-size:.9rem;font-weight:300}.photographer-bio-section{border:1px solid var(--sand-2);background:#fff;border-radius:14px;margin-bottom:2rem;padding:1.5rem 1.8rem;box-shadow:0 2px 12px #1e3c500d}.photographer-bio-label{letter-spacing:3px;text-transform:uppercase;color:var(--ocean);margin-bottom:.6rem;font-size:.68rem;font-weight:500;display:block}.photographer-bio{color:var(--mid);font-size:.95rem;font-weight:300;line-height:1.8}.photographer-skeleton{background:linear-gradient(120deg,#ede7d9 8%,#eef4f6 18%,#ede7d9 33%) 0 0/200% 100%;animation:1.4s linear infinite photographer-shimmer}@keyframes photographer-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.photographer-not-found{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:6rem 2rem;display:flex}.photographer-not-found-text{color:var(--dark);font-family:DM Serif Display,serif;font-size:1.4rem;font-weight:400}@media (max-width:1024px){.photographer-header-inner{padding:.8rem 1.5rem}.photographer-main{padding:2.5rem 1.5rem 4rem}.photographer-layout{grid-template-columns:200px 1fr;gap:2.5rem}.photographer-sidebar{top:calc(56px + 1rem)}.photographer-avatar-wrap{width:90px;height:90px;margin-bottom:1rem}.photographer-avatar-initial{font-size:2.1rem}.photographer-name{font-size:1.3rem}.photographer-albums-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}.photographer-section-title{margin-bottom:1.2rem;font-size:1.5rem}}@media (max-width:767px){.photographer-page-wrap{min-height:100vh;overflow-x:hidden}.photographer-header-inner{padding:.7rem 1rem}.photographer-back-link{font-size:.8rem}.photographer-main{max-width:100%;margin:0;padding:2rem 1rem 3rem}.photographer-avatar-wrap{width:80px;height:80px}.photographer-avatar-initial{font-size:2.4rem}.photographer-name{font-size:1.2rem}.photographer-username{margin-bottom:.4rem;font-size:.8rem}.photographer-tagline{margin-bottom:1rem;font-size:.78rem}.photographer-socials{gap:.5rem}.photographer-social-link{padding:.45rem 1rem;font-size:.78rem}.photographer-content{width:100%}.photographer-section-title{margin-bottom:1rem;font-size:1.3rem}.photographer-albums-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid;overflow:visible}.photographer-album-card{flex:unset}.photographer-bio-section{margin-bottom:1.5rem;padding:1.2rem 1rem}.photographer-bio-label{margin-bottom:.5rem;font-size:.65rem}.photographer-bio{font-size:.9rem;line-height:1.6}.photographer-albums-empty{margin-bottom:2rem;padding:2.5rem 1.5rem;font-size:.85rem}}@media (max-width:480px){.photographer-main{padding:2rem .8rem 2.5rem}.photographer-name{font-size:1.1rem}.photographer-section-eyebrow{font-size:.65rem}.photographer-section-title{font-size:1.15rem}.photographer-album-title{font-size:.85rem}.photographer-bio-section{padding:1rem .8rem}}.photographer-not-found-link{color:var(--ocean);border-bottom:1px solid #2e7d9e4d;padding-bottom:1px;font-size:.85rem;font-weight:500;text-decoration:none;transition:border-color .2s}.photographer-not-found-link:hover{border-color:var(--ocean)}@media (max-width:900px){.photographer-layout{grid-template-columns:1fr;gap:2rem}.photographer-sidebar{text-align:left;grid-template-columns:auto 1fr;align-items:start;gap:.15rem 1.2rem;width:100%;display:grid;position:static}.photographer-avatar-wrap{grid-row:1/3;margin-bottom:0}.photographer-name-row{justify-content:flex-start;align-self:end}.photographer-username{align-self:start;margin-bottom:0}.photographer-tagline{grid-column:1/-1;margin-top:.75rem;margin-bottom:.75rem}.photographer-socials{flex-flow:wrap;grid-column:1/-1}.photographer-albums-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.photographer-main{padding:2.5rem 1rem 4rem}.photographer-header-inner{padding:.75rem 1rem}}@media (max-width:480px){.photographer-sidebar{grid-template-columns:auto 1fr;column-gap:1rem}.photographer-avatar-wrap{width:80px;height:80px}.photographer-socials{gap:.5rem}}
