*{box-sizing:border-box} :root{--bg:#f5f5f2;--ink:#18201e;--muted:#626966;--line:#d6dcd6;--accent:#d7ff3f}body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}button,input,select{font:inherit}button,a,select{touch-action:manipulation}button{cursor:pointer;color:inherit;background:none;border:0}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #67880c;outline-offset:4px}header{height:100px;padding:0 4%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:24px}.brand{font-size:30px;font-weight:850;letter-spacing:-1.8px;text-decoration:none;color:inherit;white-space:nowrap}.brand span{font-weight:400}.brand i{font-style:normal;color:#658400;margin-left:7px}nav,.account{display:flex;gap:20px;align-items:center}nav button{padding:12px 0;font-weight:600;color:var(--muted)}nav .active{color:var(--ink);box-shadow:0 2px var(--ink)}.primary{background:var(--ink);color:white;border-radius:6px;padding:13px 21px;font-weight:600}main{max-width:1700px;margin:auto;padding:0 4%}.intro{padding:55px 0 44px;display:flex;justify-content:space-between;align-items:end;gap:40px}.eyebrow{font-size:12px;letter-spacing:2.5px;font-weight:700;margin:0 0 16px}h1{font-size:clamp(48px,6vw,82px);line-height:1.04;letter-spacing:-4px;font-weight:500;margin:0}h1 em{font-family:Georgia,serif;font-weight:400}.intro-right{width:410px;max-width:45%}.intro-right p{color:var(--muted);line-height:1.7}.search{display:flex;gap:14px;background:#fff;padding:13px 18px;border:1px solid var(--line);border-radius:5px}.search input{border:0;outline:0;width:100%;background:none;min-width:0}.search span{font-size:24px;line-height:1}.filters{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:22px 0;border-top:1px solid var(--line)}.categories{display:flex;gap:5px;flex-wrap:wrap}.categories button{font-size:14px;padding:9px 14px;border-radius:30px;white-space:nowrap}.categories .selected{background:var(--ink);color:#fff}select{background:transparent;border:0;font-size:14px;color:var(--muted);padding:8px}.gallery{display:grid;grid-template-columns:1.25fr 1fr;gap:28px}.image-open{padding:0;width:100%;position:relative;display:block;overflow:hidden;border-radius:7px;background:#162027}.image-open img{width:100%;height:480px;object-fit:cover;display:block;transition:transform .45s}.image-open:hover img{transform:scale(1.025)}.photo-tag{position:absolute;left:20px;top:20px;padding:6px 10px;border:1px solid #ffffff70;border-radius:3px;color:white;background:#0004;font-size:11px;letter-spacing:1.6px}.view-story{position:absolute;bottom:20px;right:20px;color:white;border-bottom:1px solid #fffa;text-shadow:0 1px 4px black;font-size:14px}.caption{display:flex;justify-content:space-between;gap:20px;padding:18px 0 32px}h2{font-size:20px;font-weight:600;margin:0 0 5px;letter-spacing:-.4px}.caption p{color:var(--muted);font-size:12px;margin:0}.save{border:1px solid var(--line);border-radius:50%;width:36px;height:36px;font-size:24px}footer{display:flex;justify-content:space-between;gap:20px;padding:25px 0;border-top:1px solid var(--line);font-size:13px;color:var(--muted)}dialog{padding:25px;border:0;border-radius:12px;max-width:900px;width:90vw;background:var(--bg)}dialog::backdrop{background:#08100ddd}dialog img{width:100%;max-height:60vh;object-fit:contain;display:block;background:#111;margin-bottom:20px}.close{position:absolute;right:35px;top:35px;background:#fff;border-radius:50%;font-size:26px;width:38px;height:38px}.muted{color:var(--muted);font-size:13px}@media(max-width:950px){header{height:auto;min-height:85px;flex-wrap:wrap;padding-top:18px;padding-bottom:18px}nav{order:3;width:100%;gap:24px}.intro{padding:35px 0;align-items:start}.intro-right{max-width:50%}.filters{align-items:start;flex-direction:column}.gallery{gap:18px}.image-open img{height:340px}}@media(max-width:600px){header{gap:12px}.brand{font-size:25px}.account{gap:5px}.account button{font-size:13px}.primary{padding:10px}.intro{display:block}.intro-right{max-width:100%;width:100%;margin-top:24px}h1{letter-spacing:-2px}.gallery{grid-template-columns:1fr}.image-open img{height:360px}footer{flex-wrap:wrap}.categories{gap:1px}.categories button{padding:8px 11px}}[hidden]{display:none!important}.byline{padding:0;font-size:14px;color:var(--muted);text-align:left}.byline:hover{text-decoration:underline}.modal-content{padding:12px}.wide{max-width:1180px}.detail-photo{width:100%;max-height:65vh;object-fit:contain;background:#101714}.story-layout{display:grid;grid-template-columns:1fr 290px;gap:50px;padding-top:24px}.story-layout h2{font:40px/1.12 Georgia,serif}.story-layout h3{font-size:18px;margin:30px 0 12px}.story-text{white-space:pre-wrap;line-height:1.8}.score-box{padding:25px;background:var(--ink);color:white;border-radius:7px}.score-box strong{font:54px Georgia,serif}.score-box span{color:var(--accent);margin-left:10px}.score-box p{font-size:13px;margin:8px 0 0}.field{display:block;text-align:left;margin:18px 0;font-size:14px;font-weight:600}.field input,.field textarea,.field select{width:100%;margin-top:7px;padding:12px;border:1px solid var(--line);border-radius:5px;background:white;color:var(--ink);font-size:16px}.field textarea{min-height:105px;resize:vertical}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 20px}.checkbox{display:flex;gap:10px;align-items:center;font-size:14px;margin:20px 0}.checkbox input{width:19px;height:19px;accent-color:#344b20}.form-error{color:#ad2419;font-size:14px}.primary:disabled{opacity:.5;cursor:wait}.secondary{border:1px solid var(--ink);padding:11px 20px;border-radius:5px}.text-button{padding:10px 0;text-decoration:underline;font-size:14px;color:var(--muted)}.auth-links{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:20px;font-size:14px}.dropzone{display:flex;flex-direction:column;align-items:center;gap:14px;border:1px dashed #81927b;background:#e9efdf;padding:40px 20px;border-radius:7px;font-size:22px}.dropzone input{font-size:14px;max-width:100%}.dropzone span{font-size:13px;color:var(--muted)}.upload-preview{max-height:340px!important;object-fit:contain}.comments article,.wall article,.message-list article{border-top:1px solid var(--line);padding:22px 0}.comments p,.wall article p,.message-list p{white-space:pre-wrap}dl div{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:10px 0;gap:15px;font-size:14px}dt{color:var(--muted)}dd{text-align:right;margin:0}.map-link{display:block;padding:22px;background:#dfe9d5;color:#25361a;border:1px solid #a3b89c;border-radius:6px}.section-heading{padding:55px 0 25px}.section-heading h1{font-size:clamp(36px,5vw,64px);letter-spacing:-2px}.section-heading p{color:var(--muted)}.people-grid,.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin:30px 0 60px}.person-card,.collection-card{background:white;border:1px solid var(--line);border-radius:8px;padding:30px;text-align:left;position:relative}.person-card p,.collection-card p{font-size:14px;color:var(--muted)}.avatar{display:grid;place-items:center;width:64px;height:64px;background:var(--ink);color:var(--accent);font:35px Georgia,serif;border-radius:50%;margin-bottom:30px}.ranking{position:absolute;top:30px;right:30px;color:var(--muted)}.collection-icon{font-size:48px;display:block;margin-bottom:20px}.empty{grid-column:1/-1;padding:55px 30px;text-align:center;border:1px dashed var(--line);border-radius:7px;width:100%}.empty .primary{display:inline-block;margin-top:15px}.profile-strip{display:flex;justify-content:space-between;gap:25px;align-items:start;border-bottom:1px solid var(--line);padding-bottom:30px}.profile-strip>p{max-width:700px}.button-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.subheading{padding:30px 0 20px}.wall{max-width:800px;margin:35px 0 60px}.choice-list{margin:25px 0}.choice-list>button,.choice-list>div{display:flex;justify-content:space-between;width:100%;padding:18px 0;border-bottom:1px solid var(--line);gap:20px}.choice-list span{color:var(--muted)}.plans{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:30px 0}.plans article{padding:30px;border:1px solid var(--line);border-radius:8px}.plans article:last-child{background:var(--ink);color:white}.plans strong{font:48px Georgia,serif}.plans small{font:14px -apple-system,sans-serif}.plans li{margin:10px 0}.plans .muted{color:#a8b0ac}#notice{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);background:var(--ink);color:white;padding:15px 25px;max-width:min(90vw,600px);border:1px solid #aaa;border-radius:7px;z-index:2000;box-shadow:0 10px 40px #0002}summary{cursor:pointer;font-weight:600;padding:16px 0}dialog .close{z-index:5;border:1px solid #ccc;top:16px;right:16px}.loading{padding:50px}@media(max-width:800px){.story-layout{grid-template-columns:1fr;gap:20px}.people-grid,.collection-grid{grid-template-columns:1fr 1fr}.profile-strip{display:block}.plans{grid-template-columns:1fr}.story-layout h2{font-size:32px}.form-grid{gap:0 12px}}@media(max-width:500px){.people-grid,.collection-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}dialog{width:96vw;padding:16px;max-height:95vh}.modal-content{padding:4px}.story-layout{padding-top:12px}.intro-right p br{display:none}.dropzone{padding:28px 10px}.brand i{display:none}.account button{padding:8px}.plans article{padding:23px}}

.unread-badge{background:#282c20;color:white;border-radius:20px;padding:2px 7px;font-size:11px;margin-left:5px}.comment-heading{display:flex;align-items:center;gap:10px}.comment-avatar{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#e5e7dd;color:#333;flex-shrink:0}.comment-heading time{margin-left:auto;font-size:12px;color:#777}.comment-body{white-space:pre-wrap;overflow-wrap:anywhere}.comment-actions{display:flex;gap:16px}.thread-replies{margin:12px 0 0 8px;border-left:2px solid #dce1cf;padding-left:14px}.thread-replies .thread-replies{margin-left:0;padding-left:0;border-left:0}.thread-replies summary{font-size:13px;font-weight:600;color:#4c5b36;cursor:pointer}.comments .comment-thread{padding:18px 0}.comment-highlight{background:#f1f5e6}.reply-slot form{margin-top:12px}.notification-list{display:grid;gap:8px;margin-top:20px}.notification-item{display:flex;text-align:left;gap:12px;width:100%;padding:16px;border:1px solid #e5e6df;border-radius:10px;background:transparent}.notification-item.is-unread{background:#f0f3e7}.notification-item small,.notification-item time{display:block;margin-top:5px;color:#686b62}.notification-item time{font-size:11px}.notification-dot{width:7px;height:7px;border-radius:50%;background:#607c38;margin-left:auto;flex-shrink:0}.notification-item:hover{border-color:#8b9e6e}

.context-note{margin:24px 0;padding:22px;background:#edf1e5;border:1px solid #cfd9bd;border-radius:10px}.context-note small{display:block;margin-top:12px;color:#636c55}.context-note .text-button{display:block;margin-top:10px}footer button{margin:8px 16px 8px 0}
/* Community discovery and conversation */
.intro{padding:36px 0 30px}.intro h1{font-size:clamp(38px,4vw,62px);letter-spacing:-2.5px}.gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.image-open img{height:auto;aspect-ratio:3/2;object-fit:cover}.caption{padding:12px 0 22px}.caption h2{font-size:17px}.photo-tag{left:12px;top:12px;font-size:10px}.view-story{bottom:12px;right:12px;font-size:12px}.community-shortcuts{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:6px 0 28px}.community-shortcuts button{text-align:left;border:1px solid var(--line);border-radius:8px;padding:20px;background:#fff}.community-shortcuts strong,.community-shortcuts span{display:block}.community-shortcuts span{font-size:13px;color:var(--muted);margin-top:7px}.community-shortcuts button:hover{border-color:var(--ink)}.feed-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.discussion-invite{display:flex;align-items:center;justify-content:space-between;gap:30px;background:#e8eedf;border-radius:12px;margin:30px 0 45px;padding:32px}.discussion-invite h2{font:30px/1.25 Georgia,serif}.discussion-invite p{max-width:580px;color:var(--muted)}.forum-toolbar{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin:0 0 28px}.forum-toolbar .search{flex:1;min-width:220px}.discussion-row{display:grid;grid-template-columns:44px 1fr 64px;gap:20px;padding:24px 0;border-top:1px solid var(--line)}.discussion-row h2 button{text-align:left;padding:0}.discussion-row p{margin:6px 0;color:var(--muted);font-size:14px}.topic-tag{font-size:11px!important;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#4c6714!important}.reply-count{font-size:12px;color:var(--muted);text-align:center}.reply-count strong{display:block;font-size:24px;color:var(--ink)}.discussion-detail{max-width:860px;margin:0 auto 60px}.question-body{padding:22px 0 30px}.answer{padding:24px;margin:18px 0;border:1px solid var(--line);border-radius:8px;background:white;scroll-margin-top:20px}.answer.accepted{border-color:#66822c;background:#eef4e5}.reply-reference{display:block;color:var(--muted);font-size:13px;margin-top:12px}.account{flex-wrap:wrap;gap:12px}header{height:auto;min-height:90px;padding-top:16px;padding-bottom:16px}nav{gap:18px}.discussion-row small{color:var(--muted)}
@media(max-width:1000px){.gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.community-shortcuts{gap:10px}.community-shortcuts button{padding:15px}.discussion-invite{align-items:start}}
@media(max-width:600px){.gallery{gap:12px}.caption h2{font-size:14px}.caption .save{display:none}.caption{padding:10px 0 16px}.view-story{display:none}.photo-tag{left:6px;top:6px;font-size:9px;padding:3px 5px;letter-spacing:.5px}.community-shortcuts{grid-template-columns:1fr}.community-shortcuts button{padding:14px}.community-shortcuts span{margin-top:3px}.discussion-invite{display:block;padding:24px}.discussion-row{grid-template-columns:1fr 45px;gap:10px}.discussion-row>.comment-avatar{display:none}.intro h1{font-size:40px}.forum-toolbar select{max-width:100%}nav{overflow-x:auto;white-space:nowrap}.answer{padding:17px}}
/* Immersive photograph viewer */
body.photo-viewing{overflow:hidden}.photo-viewer{position:fixed;inset:0;width:100vw;height:100vh;height:100dvh;max-width:none;max-height:none;margin:0;padding:0;border:0;border-radius:0;background:#000;color:#f5f7f9;overflow:hidden;--muted:#b9c1cc;--line:#ffffff24;--ink:#f5f7f9}.photo-viewer::backdrop{background:#000}.photo-viewer .viewer-image{position:absolute;inset:0;width:100%;height:100%;max-height:none;margin:0;object-fit:contain;background:#000}.viewer-top{position:absolute;left:0;right:0;top:0;padding:calc(20px + env(safe-area-inset-top)) max(24px,env(safe-area-inset-right)) 35px max(24px,env(safe-area-inset-left));display:flex;align-items:start;justify-content:space-between;gap:28px;background:linear-gradient(#0009,transparent);pointer-events:none}.viewer-top>*{pointer-events:auto}.viewer-caption{min-width:0;text-shadow:0 1px 10px #000;max-width:calc(100% - 70px)}.viewer-caption h1{font:500 18px/1.35 -apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;letter-spacing:0;margin:0 0 5px;overflow-wrap:anywhere}.photo-viewer .byline{color:#cbd1da;font-size:14px}.glass-control{border:1px solid #ffffff38;background:#17202d99;color:white;backdrop-filter:blur(22px) saturate(130%);-webkit-backdrop-filter:blur(22px) saturate(130%);box-shadow:0 4px 22px #0004;border-radius:30px;min-height:44px;font-size:14px;font-weight:550}.glass-control:hover,.glass-control.is-open{background:#344155cc;border-color:#ffffff80}.viewer-close{font-size:27px;width:44px;height:44px;flex-shrink:0;line-height:1}.viewer-details-tab{position:absolute;right:max(16px,env(safe-area-inset-right));top:50%;transform:translateY(-50%);padding:15px 11px;writing-mode:vertical-rl;display:flex;align-items:center;gap:9px}.viewer-details-tab span{writing-mode:horizontal-tb;font-size:20px}.viewer-story-tab{position:absolute;bottom:calc(16px + env(safe-area-inset-bottom));left:50%;transform:translateX(-50%);padding:11px 19px;display:flex;gap:12px;align-items:center;white-space:nowrap}.viewer-story-tab.is-open>span:first-child{transform:rotate(180deg)}.viewer-comment-count{font:12px ui-monospace,SFMono-Regular,monospace;background:#ffffff18;padding:3px 7px;border-radius:20px}.glass-panel{background:linear-gradient(135deg,#18212de8,#0c111adb);border:1px solid #ffffff32;box-shadow:0 20px 80px #0007;backdrop-filter:blur(30px) saturate(120%);-webkit-backdrop-filter:blur(30px) saturate(120%);border-radius:18px}.viewer-panel{position:absolute;overflow:auto;overscroll-behavior:contain;scrollbar-color:#ffffff55 transparent;scrollbar-width:thin;animation:viewer-reveal .22s ease-out}.viewer-details{right:76px;top:max(86px,calc(65px + env(safe-area-inset-top)));bottom:calc(82px + env(safe-area-inset-bottom));width:min(380px,calc(100vw - 100px));padding:24px}.viewer-panel-heading{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:22px}.viewer-panel-heading h2{font-size:18px;letter-spacing:0;margin:0}.viewer-panel-heading>span{font-size:14px;font-weight:500;color:#cbd1da}.viewer-panel-heading>button{width:36px;height:36px;border-radius:50%;font-size:24px;flex-shrink:0;background:#ffffff0d}.viewer-category{font-size:13px;color:#b9c1cc;padding-bottom:12px;border-bottom:1px solid var(--line)}.photo-viewer .capture-details{margin:0}.photo-viewer .capture-details>div{padding:13px 0;align-items:baseline;gap:18px}.capture-details dd{font:13px/1.6 ui-monospace,SFMono-Regular,Menlo,monospace;color:#f1f4fa;overflow-wrap:anywhere}.capture-details dt{font-size:14px;color:#a9b5c5}.viewer-details h3{font-size:15px;margin-top:27px}.viewer-details p,.viewer-notes p{font-size:14px;line-height:1.65}.viewer-link,.viewer-notes a{color:#d2e4ff;font-size:14px;text-underline-offset:4px}.viewer-rating{border-top:1px solid var(--line);padding-top:22px;margin-top:25px}.viewer-rating strong{font:36px/1.1 ui-monospace,SFMono-Regular,monospace}.viewer-rating>span{color:#a9b5c5;margin-left:8px}.viewer-rating p{margin:7px 0 0;color:#a9b5c5}.photo-viewer .field{font-size:14px;font-weight:500}.photo-viewer .field input,.photo-viewer .field textarea{background:#0003;border-color:#ffffff30;color:#f5f7f9}.photo-viewer .field textarea::placeholder{color:#a9b5c5}.photo-viewer .primary{background:#e5ebf3;color:#111722;border:1px solid #fff2}.photo-viewer .secondary{color:#e5ebf3;border-color:#ffffff40;font-size:14px}.photo-viewer .text-button{color:#c5d0df;font-size:14px;text-decoration:none}.photo-viewer .text-button:hover{text-decoration:underline}.photo-viewer .form-error{color:#ffb9b1}.viewer-utility{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:24px}.viewer-story{left:max(18px,env(safe-area-inset-left));right:max(18px,env(safe-area-inset-right));bottom:calc(76px + env(safe-area-inset-bottom));max-height:calc(100dvh - 175px - env(safe-area-inset-top) - env(safe-area-inset-bottom));height:70dvh;padding:25px clamp(22px,4vw,64px) 40px}.viewer-story-grid{display:grid;grid-template-columns:minmax(0,820px);justify-content:center;gap:clamp(24px,4vw,70px)}.viewer-story-grid.has-notes{grid-template-columns:minmax(0,820px) minmax(240px,300px)}.photographer-story{padding-bottom:28px}.photographer-story h2{font:normal clamp(26px,3vw,38px)/1.18 Georgia,serif;letter-spacing:-.5px;margin-bottom:13px}.photographer-story .story-text{font-size:17px;line-height:1.8;color:#e1e6ed;margin:22px 0 0;overflow-wrap:anywhere}.photographer-story small{display:block;margin-top:10px}.viewer-comments-heading{display:flex;justify-content:space-between;gap:20px;align-items:center;border-top:1px solid var(--line);padding-top:24px}.viewer-comments-heading h3{font-size:17px;margin:0}.viewer-comments-heading h3 span{font:13px ui-monospace,SFMono-Regular,monospace;color:#a9b5c5;margin-left:8px}.viewer-comment-form{margin:18px 0 28px}.viewer-comment-form textarea{min-height:76px}.photo-viewer .comments .comment-thread{padding:18px 0 0;border-top:0}.photo-viewer .comment-heading{gap:10px;flex-wrap:wrap}.photo-viewer .comment-heading>.byline,.photo-viewer .comment-heading>strong{color:#f3f5fa;font-size:14px;font-weight:600}.photo-viewer .comment-heading time{margin-left:0;color:#9caaba;font-size:12px}.photo-viewer .comment-avatar{width:32px;height:32px;background:#ffffff16;color:#e5ebf3;font-size:13px;border:1px solid #fff2}.photo-viewer .comment-body{font-size:15px;line-height:1.7;margin:10px 0 3px 42px;color:#e1e6ed}.photo-viewer .comment-actions,.photo-viewer .reply-slot{margin-left:42px}.photo-viewer .comment-actions{gap:22px}.photo-viewer .thread-replies{position:relative;margin:8px 0 0 15px;padding:0 0 4px 25px;border-left:1px solid #8ba0bb70}.photo-viewer .thread-replies>.comment-thread{position:relative}.photo-viewer .thread-replies>.comment-thread::before{content:'';position:absolute;left:-26px;top:33px;width:18px;height:1px;background:#8ba0bb70}.photo-viewer .thread-replies.thread-deep{margin-left:0;padding-left:14px}.photo-viewer .thread-replies.thread-deep>.comment-thread::before{left:-15px;width:8px}.photo-viewer .comment-highlight{background:#ffffff0d;border-radius:10px}.viewer-notes{align-self:start;border-left:1px solid var(--line);padding-left:26px}.viewer-notes h3{font-size:16px;margin:0 0 18px}.photo-viewer .context-note{background:#ffffff08;border:1px solid #ffffff20;border-radius:10px;padding:18px;margin:0 0 16px}.photo-viewer .context-note p{margin:0 0 12px}.photo-viewer .viewer-feedback{position:absolute;left:50%;top:82px;transform:translateX(-50%);max-width:calc(100% - 40px);padding:13px 20px;background:#182330f5;border:1px solid #ffffff40;border-radius:10px;font-size:14px;z-index:8}.photo-viewer :focus-visible{outline-color:#afcaff;outline-offset:3px}@keyframes viewer-reveal{from{opacity:0;translate:0 8px}to{opacity:1;translate:0 0}}@media(prefers-reduced-motion:reduce){.viewer-panel{animation:none}}
@media(max-width:720px){.viewer-top{padding:16px 16px 28px;padding-top:calc(16px + env(safe-area-inset-top))}.viewer-caption h1{font-size:16px}.viewer-caption .byline{font-size:13px}.viewer-details{right:66px;width:calc(100vw - 82px);padding:20px;top:82px}.viewer-details-tab{right:10px}.viewer-story{left:8px;right:8px;padding:18px 18px 30px;border-radius:16px;max-height:calc(100dvh - 164px - env(safe-area-inset-top) - env(safe-area-inset-bottom));height:76dvh}.viewer-story-grid.has-notes{grid-template-columns:minmax(0,1fr)}.viewer-notes{border-left:0;border-top:1px solid var(--line);padding:22px 0 0}.photo-viewer .thread-replies{margin-left:8px;padding-left:14px}.photo-viewer .thread-replies>.comment-thread::before{left:-15px;width:9px}.photo-viewer .thread-replies .thread-replies{margin-left:0;padding-left:10px}.photo-viewer .thread-replies .thread-replies>.comment-thread::before{left:-11px;width:7px}.photo-viewer .comment-body,.photo-viewer .comment-actions,.photo-viewer .reply-slot{margin-left:0}.photo-viewer .comment-heading time{font-size:12px}.viewer-comments-heading{gap:10px;flex-wrap:wrap}.viewer-story-tab{font-size:13px;bottom:calc(12px + env(safe-area-inset-bottom))}.photographer-story .story-text{font-size:16px}}
.photo-viewer .thread-replies.thread-deep{margin-left:0;padding-left:0;border-left:0}.photo-viewer .thread-replies.thread-deep>.comment-thread::before{display:none}
/* Neutral glass bottom tray with adjacent controls. */
.photo-viewer .glass-panel,.photo-viewer .glass-control{background:rgb(255 255 255 / 20%);backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px);border-color:rgb(255 255 255 / 30%)}
.photo-viewer .glass-control:hover{background:rgb(255 255 255 / 28%)}
.viewer-tray{position:absolute;bottom:0;left:0;right:0;border-radius:24px 24px 0 0;border-bottom:0;overflow:hidden;padding-bottom:env(safe-area-inset-bottom);box-shadow:0 -12px 50px #0003}
.viewer-tray-tabs{display:grid;grid-template-columns:1fr 1fr;max-width:840px;margin:0 auto;padding:0 20px;gap:10px;min-height:68px}
.photo-viewer .viewer-tray-tabs>button{position:relative;inset:auto;transform:none;translate:none;writing-mode:horizontal-tb;display:flex;align-items:center;justify-content:center;gap:10px;min-width:0;padding:20px 12px;border:0;border-radius:0;background:transparent;color:#f4f5f7;font-size:15px;line-height:1.35;white-space:normal;font-weight:550;box-shadow:none}
.photo-viewer .viewer-tray-tabs>button::after{content:'';position:absolute;bottom:10px;left:18%;right:18%;height:2px;border-radius:2px;background:transparent}
.photo-viewer .viewer-tray-tabs>button:hover{color:#c4e3ff}.photo-viewer .viewer-tray-tabs>button.is-open{color:#c4e3ff;background:transparent}.photo-viewer .viewer-tray-tabs>button.is-open::after{background:#b5dbff}
.photo-viewer .viewer-tray .viewer-panel{position:relative;inset:auto;width:auto;height:min(65dvh,720px);max-height:calc(100dvh - 165px - env(safe-area-inset-top) - env(safe-area-inset-bottom));margin:0;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;padding:22px clamp(22px,4vw,64px) 36px}
.photo-viewer .viewer-tray .viewer-details{max-width:860px;margin:0 auto}.photo-viewer .viewer-tray .viewer-story{max-width:1500px;margin:0 auto}.photo-viewer .viewer-tray .viewer-panel-heading{margin-bottom:18px}
.photo-viewer .viewer-tray .byline,.photo-viewer .viewer-tray .text-button,.photo-viewer .viewer-tray .viewer-link,.photo-viewer .viewer-tray .viewer-notes a{color:#c4e3ff}
.photo-viewer .viewer-feedback{background:#333e;border-color:#fff5}.photo-viewer .context-note{background:#ffffff08}.photo-viewer .viewer-tray .field input,.photo-viewer .viewer-tray .field textarea{background:#0003}.photo-viewer .viewer-tray .thread-replies{border-left-color:#c4e3ff70}.photo-viewer .viewer-tray .thread-replies>.comment-thread::before{background:#c4e3ff70}
@media(max-width:600px){.viewer-tray{border-radius:20px 20px 0 0}.viewer-tray-tabs{gap:4px;padding:0 8px;min-height:64px}.photo-viewer .viewer-tray-tabs>button{font-size:13px;padding:17px 8px;gap:6px}.photo-viewer .viewer-tray .viewer-panel{padding:18px 18px 28px;height:66dvh}.viewer-tray .viewer-comment-count{font-size:11px;padding:2px 5px}}

/* White-only viewer chrome and image save-gesture deterrents. */
.photo-viewer{--muted:#d0d0d0;--ink:#fff}.photo-viewer .viewer-top{background:linear-gradient(#0009,transparent)}
.photo-viewer .viewer-tray-tabs>button:hover,.photo-viewer .viewer-tray-tabs>button.is-open,.photo-viewer .viewer-tray .byline,.photo-viewer .viewer-tray .text-button,.photo-viewer .viewer-tray .viewer-link,.photo-viewer .viewer-tray .viewer-notes a{color:#fff}
.photo-viewer .viewer-tray-tabs>button.is-open::after{background:#fff}.photo-viewer .viewer-tray .thread-replies{border-left-color:#ffffff70}.photo-viewer .viewer-tray .thread-replies>.comment-thread::before{background:#ffffff70}.photo-viewer :focus-visible{outline-color:#fff}
.photo-viewer .capture-details dt,.photo-viewer .viewer-category,.photo-viewer .viewer-panel-heading>span,.photo-viewer .viewer-rating>span,.photo-viewer .viewer-rating p,.photo-viewer .comment-heading time{color:#ccc}.photo-viewer .capture-details dd,.photo-viewer .photographer-story .story-text,.photo-viewer .comment-body,.photo-viewer .byline,.photo-viewer .viewer-link{color:#f5f5f5}.photo-viewer .primary{background:#fff;color:#111}.photo-viewer .secondary{color:#fff}.photo-viewer .field input,.photo-viewer .field textarea{color:#fff}.photo-viewer .field textarea::placeholder{color:#ccc}.photo-viewer .comment-avatar{color:#eee}.photo-viewer .comment-heading>.byline,.photo-viewer .comment-heading>strong{color:#fff}
.viewer-image-shield{position:absolute;inset:0;touch-action:pan-y;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.photo-viewer .viewer-image{pointer-events:none}.image-open,.image-open img,.viewer-image,.detail-photo{user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-user-drag:none}
.photo-viewer .glass-panel,.photo-viewer .glass-control{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}
/* Two compact bottom trays, each fitted to its label. */
.photo-viewer .viewer-tray{overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;padding:0}
.photo-viewer .viewer-tray-tabs{display:flex;justify-content:center;align-items:stretch;gap:12px;max-width:none;min-height:0;margin:0;padding:0 12px;pointer-events:none}
.photo-viewer .viewer-tray-tabs>button{pointer-events:auto;flex:0 1 auto;padding:16px 20px calc(16px + env(safe-area-inset-bottom));border:1px solid #ffffff60;border-bottom:0;border-radius:16px 16px 0 0;background:rgb(255 255 255 / 20%);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);color:#000;box-shadow:0 -4px 20px #0001;font-size:14px;white-space:nowrap}
.photo-viewer .viewer-tray-tabs>button:hover,.photo-viewer .viewer-tray-tabs>button.is-open{color:#000;background:rgb(255 255 255 / 20%)}
.photo-viewer .viewer-tray-tabs>button.is-open::after{background:#000;bottom:calc(8px + env(safe-area-inset-bottom))}.photo-viewer .viewer-tray-tabs .viewer-comment-count{background:#0001;color:#000}
.photo-viewer .viewer-tray .viewer-panel{position:absolute;bottom:calc(54px + env(safe-area-inset-bottom));top:auto;left:50%;right:auto;transform:translateX(-50%);width:calc(100% - 32px);border:1px solid #ffffff60;border-radius:20px;background:rgb(255 255 255 / 20%);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);box-shadow:0 8px 40px #0002;max-height:calc(100dvh - 160px - env(safe-area-inset-top) - env(safe-area-inset-bottom));color:#000;--muted:#222;--line:#0003}
.photo-viewer .viewer-tray .viewer-details{max-width:680px}.photo-viewer .viewer-tray .viewer-story{max-width:1280px}
.photo-viewer .viewer-tray .viewer-panel :is(h1,h2,h3,p,small,strong,span,dt,dd,time,label,output,a,button,.byline,.text-button,.muted,.story-text,.comment-body,.viewer-link,.viewer-category){color:#000}
.photo-viewer .viewer-tray .field input,.photo-viewer .viewer-tray .field textarea{color:#000;background:#ffffff26;border-color:#0004}.photo-viewer .viewer-tray .field textarea::placeholder{color:#333}
.photo-viewer .viewer-tray .primary{background:#ffffff80;color:#000;border-color:#0004}.photo-viewer .viewer-tray .secondary{color:#000;border-color:#0006}.photo-viewer .viewer-tray .comment-avatar{background:#ffffff30;color:#000;border-color:#0003}.photo-viewer .viewer-tray .viewer-panel-heading>button{background:#ffffff30;color:#000}
.photo-viewer .viewer-tray .thread-replies{border-left-color:#0005}.photo-viewer .viewer-tray .thread-replies>.comment-thread::before{background:#0005}.photo-viewer .viewer-tray .context-note{background:#ffffff15;border-color:#0003}.photo-viewer .viewer-tray :focus-visible{outline-color:#000}
@media(max-width:600px){.photo-viewer .viewer-tray-tabs{gap:8px;padding:0 8px}.photo-viewer .viewer-tray-tabs>button{padding:14px 12px calc(14px + env(safe-area-inset-bottom));font-size:12px;gap:5px;white-space:normal}.photo-viewer .viewer-tray .viewer-panel{width:calc(100% - 16px);bottom:calc(56px + env(safe-area-inset-bottom));border-radius:16px}}
/* ClientGallery family: coral / gold, Inter, monochrome surfaces. */
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url('/assets/inter-latin.woff2') format('woff2')}
:root{--brand-coral:#f69481;--brand-gold:#fcb017;--brand-gradient:linear-gradient(120deg,#f69481,#fcb017);--bg:#fff;--ink:#101012;--muted:#626267;--line:#00000018;--surface:#fff;--surface-soft:#f5f5f6;--accent:#fcb017;--accent-soft:#fff3e9;--accent-text:#a1432c;--field-bg:#fff;--control-fg:#101012;--shadow:0 12px 36px #00000005}
:root[data-theme=dark]{--bg:#0c0c0e;--ink:#f4f4f5;--muted:#acacb3;--line:#ffffff20;--surface:#141416;--surface-soft:#1b1b1e;--accent-soft:#2c201c;--accent-text:#f69481;--field-bg:#19191c;--shadow:0 12px 36px #0003}
body{font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:var(--bg);color:var(--ink)}button,input,textarea,select{font-family:inherit}::selection{background:#fcb01766;color:inherit}
header{border-color:var(--line);flex-wrap:wrap;gap:20px;background:var(--bg)}.brand{font-weight:750;letter-spacing:-1.7px}.brand span{font-weight:350}.brand i{background:var(--brand-gradient);background-clip:text;-webkit-background-clip:text;color:transparent}
nav .active{color:var(--ink);box-shadow:none;position:relative}nav .active:after{content:'';position:absolute;bottom:1px;height:2px;left:0;right:0;background:var(--brand-gradient);border-radius:3px}nav .theme-toggle{font-size:13px;padding:9px 13px;border:1px solid var(--line);border-radius:999px;color:var(--ink);white-space:nowrap;box-shadow:none}
.intro h1,.section-heading h1{font-family:Inter,sans-serif;font-weight:350;letter-spacing:-2.4px}.intro h1 em{font-family:inherit;font-style:normal;font-weight:650;background:var(--brand-gradient);background-clip:text;-webkit-background-clip:text;color:transparent}.eyebrow{color:var(--accent-text)}
.primary{border:1px solid transparent;border-radius:999px;background:var(--brand-gradient);color:#101012;font-weight:650;padding:13px 23px;box-shadow:0 4px 20px #f6948115}.primary:hover{filter:brightness(1.04)}.secondary{border-radius:999px;border-color:var(--line);color:var(--ink);background:var(--surface)}
.search,.field input,.field textarea,.field select{background:var(--field-bg);color:var(--ink);border-color:var(--line);border-radius:12px}.search{border-radius:999px}.search input{background:transparent;color:var(--ink)}.categories .selected{background:var(--brand-gradient);color:#101012;font-weight:600}.categories button:not(.selected):hover{background:var(--surface-soft)}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-color:var(--brand-coral)}
.community-shortcuts button,.person-card,.collection-card{background:var(--surface);border-color:var(--line);border-radius:18px;box-shadow:var(--shadow)}.community-shortcuts button{position:relative;overflow:hidden}.community-shortcuts button:before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:var(--brand-gradient)}.community-shortcuts button:hover,.person-card:hover,.collection-card:hover{border-color:var(--brand-coral)}
.photo-card .save{border-color:var(--line);color:var(--accent-text)}.image-open{border-radius:14px}.photo-tag{border-radius:999px}.discussion-invite{background:var(--surface);border:1px solid var(--line);border-radius:22px;position:relative;overflow:hidden}.discussion-invite:before{content:'';position:absolute;inset:0 auto 0 0;width:3px;background:var(--brand-gradient)}.discussion-invite h2,.story-layout h2,.photographer-story h2{font-family:Inter,sans-serif;font-weight:450;letter-spacing:-1px}
.topic-tag{color:var(--accent-text)!important}.answer{background:var(--surface);border-color:var(--line);border-radius:16px}.answer.accepted{background:var(--accent-soft);border-color:var(--brand-coral)}.avatar{background:var(--brand-gradient);color:#101012;font-family:Inter,sans-serif}.comment-avatar{background:var(--surface-soft);color:var(--ink)}.comment-heading time,.notification-item small,.notification-item time{color:var(--muted)}.thread-replies{border-left-color:var(--brand-coral)}.comment-highlight{background:var(--accent-soft)}.notification-dot{background:var(--brand-coral)}.unread-badge{background:var(--brand-gradient);color:#101012}.notification-item{border-color:var(--line)}.notification-item.is-unread{background:var(--accent-soft)}.notification-item:hover{border-color:var(--brand-coral)}
dialog:not(.photo-viewer){background:var(--bg);color:var(--ink);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow)}dialog:not(.photo-viewer) .close{background:var(--surface-soft);color:var(--ink);border-color:var(--line)}.dropzone{background:var(--accent-soft);border-color:var(--brand-coral)}.checkbox input{accent-color:var(--brand-coral)}.map-link{background:var(--accent-soft);border-color:var(--brand-coral);color:var(--ink)}.score-box{background:var(--surface-soft);color:var(--ink);border:1px solid var(--line)}.score-box span{color:var(--accent-text)}.score-box strong,.plans strong{font-family:Inter,sans-serif;font-weight:450}.context-note{background:var(--accent-soft);border-color:var(--brand-coral);color:var(--ink)}.plans article{background:var(--surface);color:var(--ink);border-color:var(--line);border-radius:20px}.plans article:last-child{background:var(--surface-soft);color:var(--ink);border-color:var(--brand-coral)}.plans .muted{color:var(--muted)}.section-heading p,.person-card p,.collection-card p,.caption p,.byline{color:var(--muted)}#notice{background:var(--surface);color:var(--ink);border-color:var(--brand-coral)}
/* Photo glass remains white with black type in either page theme. */
.photo-viewer .viewer-tray .viewer-panel,.photo-viewer .viewer-tray-tabs>button,.photo-viewer .viewer-tray-tabs>button:hover,.photo-viewer .viewer-tray-tabs>button.is-open{background:rgb(255 255 255 / 35%);border-color:transparent;color:#000;isolation:isolate}
.photo-viewer .viewer-tray-tabs>button::before,.photo-viewer .viewer-tray .viewer-panel::before{content:'';position:absolute;inset:0;border-radius:inherit;padding:2px;background:var(--brand-gradient);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;opacity:1;z-index:2}
.photo-viewer .viewer-tray-tabs>button.is-open::after{background:var(--brand-gradient)}.photo-viewer .viewer-tray .primary{background:var(--brand-gradient);color:#101012;border-color:transparent}.photo-viewer .viewer-tray .secondary{background:#ffffff26;color:#000;border-color:#0005}.photo-viewer .viewer-tray .thread-replies{border-left-color:#0005}.photo-viewer .viewer-tray .context-note{background:#ffffff15;border-color:#0003}.photo-viewer .viewer-tray .field input,.photo-viewer .viewer-tray .field textarea{color:#000;background:#ffffff26;border-color:#0004}.photo-viewer .viewer-tray .comment-avatar{color:#000;background:#ffffff30}.photo-viewer .eyebrow{color:#000}.photo-viewer .photographer-story h2{font-family:Inter,sans-serif;font-weight:500}.photo-viewer .viewer-tray :focus-visible{outline-color:var(--brand-coral)}
@media(max-width:1100px){header{gap:16px}nav{gap:15px}.account{margin-left:auto}}@media(max-width:600px){nav{gap:18px}.intro h1{letter-spacing:-1.8px}.community-shortcuts button{border-radius:15px}.primary{padding:11px 17px}nav .theme-toggle{font-size:12px}}

:root[data-theme="light"]{color-scheme:light}:root[data-theme="dark"]{color-scheme:dark}

/* Location picker and viewer refinements. */
#locationMap{height:320px;width:100%;border:1px solid var(--line);border-radius:14px;margin:16px 0;z-index:0;background:#e7e7e7}.location-pin{font-size:32px;line-height:40px;background:none;border:0}.map-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}#locationMap .leaflet-control-attribution{font-size:12px;color:#222}#locationMap .leaflet-control-attribution a{color:#175b91}#locationMap .leaflet-control-zoom a{color:#111;background:#fff}
footer{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}footer>span,footer>button{margin:0;line-height:1.5;white-space:nowrap}footer>button{display:inline-flex;align-items:center;padding:0;min-height:24px}
.photo-viewer .viewer-tray-tabs>button::before{padding-bottom:0}.photo-viewer .viewer-tray-tabs>button::after{display:none}
.photo-viewer,.photo-viewer::backdrop{background:#000}:root[data-theme="light"] .photo-viewer,:root[data-theme="light"] .photo-viewer::backdrop{background:#fff}:root[data-theme="light"] .photo-viewer .viewer-top{background:linear-gradient(#ffffffd9,transparent);color:#111}:root[data-theme="light"] .photo-viewer .viewer-caption h1,:root[data-theme="light"] .photo-viewer .viewer-caption .byline{color:#111}:root[data-theme="light"] .photo-viewer .viewer-close{color:#111;background:#ffffff80}
.photo-viewer .viewer-tray-tabs>button{white-space:nowrap;line-height:1.4;align-items:center}@media(max-width:420px){.photo-viewer .viewer-tray-tabs{gap:6px;padding:0 6px}.photo-viewer .viewer-tray-tabs>button{font-size:11px;padding-left:8px;padding-right:8px;gap:4px}.viewer-tray-tabs .viewer-comment-count{display:none}}

/* One glass shell: fixed perimeter, independently scrolling contents. */
.photo-viewer .viewer-tray .viewer-panel{padding:2px;overflow:hidden;background:rgb(255 255 255 / 50%);max-width:1440px}
.photo-viewer .viewer-panel-scroll{height:100%;max-height:inherit;overflow-y:auto;overscroll-behavior:contain;border-radius:inherit;padding:24px clamp(20px,3vw,48px) 32px;scrollbar-gutter:stable;box-sizing:border-box}
.photo-viewer .viewer-tray .viewer-panel::before{inset:0;z-index:3}
.photo-viewer .viewer-tray-tabs>button,.photo-viewer .viewer-tray-tabs>button:hover,.photo-viewer .viewer-tray-tabs>button.is-open{background:rgb(255 255 255 / 50%)}
.viewer-combined-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,320px);gap:36px;align-items:start}.viewer-combined-details{border-left:1px solid #0003;padding-left:28px}.viewer-combined-details .viewer-panel-heading h2{font-size:18px}.viewer-combined-details .capture-details>div{display:flex;justify-content:space-between;gap:16px;padding:10px 0}.viewer-combined-details .capture-details dd{margin:0;text-align:right}.viewer-combined-details .viewer-rating{margin-top:24px}.viewer-combined-layout .viewer-story-grid{display:block}.viewer-combined-layout .viewer-notes{margin-top:24px;padding:24px 0 0;border-left:0;border-top:1px solid #0003}
.photo-viewer .viewer-top,:root[data-theme="light"] .photo-viewer .viewer-top{background:none;justify-content:flex-end;pointer-events:none}.photo-viewer .viewer-close{pointer-events:auto}
@media(max-width:760px){.viewer-combined-layout{grid-template-columns:minmax(0,1fr);gap:28px}.viewer-combined-details{border-left:0;border-top:1px solid #0003;padding:24px 0 0}.photo-viewer .viewer-panel-scroll{padding:20px 18px 28px}}
