:root{--bg:#111214;--panel:#1d1f22;--line:#303236;--text:#f5f5f2;--muted:#a8abb1;--yellow:#ffcf00;color-scheme:dark;font-family:Arial,Helvetica,sans-serif;font-size:16px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text)}button,a{-webkit-tap-highlight-color:transparent}button,a,input{font:inherit}a{color:inherit;text-decoration:none}button{color:inherit;cursor:pointer}a:focus-visible,button:focus-visible{outline:3px solid var(--yellow);outline-offset:5px}button:disabled{cursor:default;opacity:.3}svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}p,h1,h2{margin:0}.wrap{width:min(1560px,100%);margin:auto;padding-left:52px;padding-right:52px}.site-header{height:114px;display:flex;align-items:center;justify-content:space-between;gap:24px;position:relative}.site-header:after{content:"";position:absolute;bottom:0;left:52px;right:52px;height:1px;background:var(--line)}.brand{display:flex;flex-direction:column;gap:1px;width:max-content;font-weight:900;line-height:.96}.brand-top{font-size:29px;letter-spacing:-1.4px}.brand-bottom{font-size:17px;letter-spacing:.3px}.brand-dot{color:var(--yellow)}.header-right{display:flex;align-items:center;gap:42px}.header-caption{color:var(--muted);font-size:12px;letter-spacing:2.2px}.archive-home{font-size:14px}.archive-home span{color:var(--yellow);margin-left:10px}.intro{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;padding:40px 0 34px}.eyebrow{color:var(--yellow);font-size:12px;letter-spacing:2px;font-weight:700;margin-bottom:15px}.intro h1{font-size:clamp(34px,4vw,59px);line-height:1.02;letter-spacing:-2px;font-weight:800}.intro h1 span{font-weight:400;color:#a8abb1}.intro-copy{max-width:340px;color:var(--muted);font-size:16px;line-height:1.65}.section-bar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;color:var(--muted);font-size:14px}.section-bar strong{color:var(--text);font-size:15px;font-weight:500}.section-bar .total{font-variant-numeric:tabular-nums}.year-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.year-card{position:relative;min-width:0;width:100%;min-height:300px;aspect-ratio:auto;isolation:isolate;overflow:hidden;border-radius:8px;background:#24272a;display:flex;flex-direction:column;justify-content:space-between;padding:26px;transition:transform .25s}.year-card:first-child{grid-column:span 2;aspect-ratio:auto}.year-card img,.album-image img{height:100%;width:100%;object-fit:cover;position:absolute;inset:0;transition:transform .65s ease}.year-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0003 0%,#0000 20%,#000b 100%);z-index:-1}.year-card img{z-index:-2}.year-card:hover img,.album-card:hover img{transform:scale(1.04)}.year-top{display:flex;justify-content:space-between;align-items:center;gap:10px}.year-chip{display:inline-block;padding:7px 10px;border:1px solid #ffffff75;border-radius:3px;font-size:12px;letter-spacing:1.5px;background:#0003}.latest-chip{background:var(--yellow);border-color:var(--yellow);color:#111;font-weight:700}.year-no{font-size:13px;color:#fffd;font-variant-numeric:tabular-nums}.year-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.year-card h2{font-size:70px;line-height:1;letter-spacing:-3px;font-weight:800;margin-bottom:9px}.year-card p{font-size:14px;color:#f0f0ef}.card-arrow{width:40px;height:40px;display:grid;place-content:center;border:1px solid #fff6;border-radius:50%;font-size:22px;flex-shrink:0}.year-card:hover .card-arrow{background:var(--yellow);border-color:var(--yellow);color:#111}.preview-note{padding:13px 17px;border:1px solid #58502a;background:#282513;border-radius:5px;color:#e0d89e;line-height:1.5;font-size:14px;margin-bottom:24px}.crumbs{display:flex;align-items:center;gap:9px;flex-wrap:wrap;padding-top:30px;font-size:14px;color:var(--muted)}.crumbs a:hover{color:var(--yellow)}.crumbs span[aria-current]{color:#fff}.crumb-sep{color:#656970}.gallery-title{padding:26px 0 31px;display:flex;justify-content:space-between;align-items:end;gap:20px}.gallery-title h1{font-size:clamp(28px,4vw,54px);line-height:1.15;letter-spacing:-1.6px;overflow-wrap:anywhere}.gallery-title .eyebrow{margin-bottom:10px}.gallery-count{color:var(--muted);font-size:14px;line-height:1.6;flex-shrink:0;text-align:right}.album-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px 22px}.album-card{min-width:0;display:block}.album-image{aspect-ratio:1.5;position:relative;border-radius:6px;overflow:hidden;background:#25292d;display:grid;place-items:center}.album-image .folder-symbol{font-size:38px;color:#747b82}.album-caption{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding-top:13px}.album-caption h2{font-size:16px;font-weight:500;line-height:1.4;overflow-wrap:anywhere}.album-caption p{color:var(--muted);font-size:13px;line-height:1.6;margin-top:5px}.album-caption .small-arrow{color:var(--yellow);font-size:18px}.photo-grid{columns:4;column-gap:16px}.photo-tile{display:block;position:relative;margin:0 0 16px;width:100%;border:0;padding:0;background:#202226;border-radius:5px;overflow:hidden;break-inside:avoid}.photo-tile img{display:block;width:100%;height:auto;transition:filter .2s}.photo-tile:hover img{filter:brightness(.85)}.photo-name{position:absolute;bottom:0;left:0;right:0;padding:20px 10px 10px;background:linear-gradient(transparent,#000b);font-size:12px;color:#fff;text-align:left;opacity:0;transition:opacity .2s;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.photo-tile:hover .photo-name,.photo-tile:focus-visible .photo-name{opacity:1}.more-row{text-align:center;margin:26px 0}.button{display:inline-flex;align-items:center;justify-content:center;min-height:45px;padding:10px 24px;border:1px solid #55595d;background:#222529;color:#fff;border-radius:5px;font-size:14px;gap:10px}.button:hover{border-color:var(--yellow)}.empty-state{background:#191b1d;padding:48px 25px;border:1px solid var(--line);border-radius:6px;color:var(--muted);line-height:1.8;text-align:center}.empty-state strong{display:block;color:var(--text);font-size:20px}.loading{padding:100px 0;color:var(--muted)}.site-footer{padding-top:34px;padding-bottom:40px;margin-top:52px;position:relative;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;color:var(--muted);font-size:13px;line-height:1.5}.site-footer:before{content:"";position:absolute;top:0;left:52px;right:52px;height:1px;background:var(--line)}.footer-brand{font-size:14px;font-weight:800;color:#fff}.footer-brand span{color:var(--yellow)}.copyright{width:100%;font-size:12px;color:#8e939b}.skip-link{position:fixed;left:16px;top:-100px;background:var(--yellow);color:#000;padding:12px;z-index:100}.skip-link:focus{top:16px}dialog{padding:0;max-width:none;max-height:none;width:100%;height:100dvh;border:0;background:#0a0b0ded;color:#fff;position:fixed;inset:0;margin:0;overflow:hidden}dialog::backdrop{background:#000}dialog[open]{display:flex;flex-direction:column}.lightbox-bar{height:80px;flex-shrink:0;display:flex;justify-content:space-between;align-items:center;padding:18px 28px;gap:20px;background:#111215}.photo-details{display:flex;flex-direction:column;min-width:0;gap:6px}.photo-details #photo-title{font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.photo-details #photo-counter{font-size:13px;color:var(--muted)}.lightbox-actions{display:flex;gap:12px}.icon-button{height:44px;width:44px;display:grid;place-items:center;flex-shrink:0;background:#282a30;border:1px solid #404249;border-radius:50%;color:#fff}.icon-button:hover{background:#42464a}.lightbox-stage{min-height:0;flex:1;position:relative;display:flex;align-items:center;justify-content:center;padding:15px 80px}.photo-canvas{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:auto;touch-action:pan-y}.photo-canvas img{max-width:100%;max-height:100%;object-fit:contain;display:block;cursor:zoom-in}.photo-canvas.zoomed{display:block}.photo-canvas.zoomed img{max-width:none;max-height:none;margin:auto;cursor:zoom-out}.photo-prev,.photo-next{position:absolute;top:50%;transform:translateY(-50%);z-index:2}.photo-prev{left:18px}.photo-next{right:18px}.lightbox-bottom{padding:14px 30px 22px;display:flex;justify-content:space-between;gap:20px;font-size:13px;color:var(--muted)}.lightbox-bottom span:first-child{overflow-wrap:anywhere}#photo-error{line-height:1.5;text-align:center}.broken-thumb{min-height:140px;display:grid;place-items:center;color:var(--muted);font-size:13px;padding:14px}
@media(min-width:1650px){.year-card{min-height:330px}}@media(max-width:1100px){.wrap{padding-left:30px;padding-right:30px}.site-header:after,.site-footer:before{left:30px;right:30px}.header-caption{display:none}.album-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.photo-grid{columns:3}.year-card{padding:20px;min-height:260px}.year-card h2{font-size:57px}.year-card p{font-size:13px}.intro-copy{max-width:285px;font-size:15px}.year-grid{gap:16px}}@media(max-width:760px){.wrap{padding-left:20px;padding-right:20px}.site-header{height:90px}.site-header:after,.site-footer:before{left:20px;right:20px}.brand-top{font-size:24px}.brand-bottom{font-size:14px}.archive-home{font-size:13px}.intro{padding:30px 0 24px;display:block}.intro h1{font-size:38px;letter-spacing:-1.4px}.intro-copy{margin-top:17px;max-width:none;font-size:14px;line-height:1.6}.eyebrow{font-size:12px;margin-bottom:12px}.year-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.year-card:first-child{grid-column:span 2;aspect-ratio:1.8}.year-card{min-height:230px;padding:18px;aspect-ratio:.9}.year-card h2{font-size:50px}.year-card:first-child h2{font-size:64px}.year-bottom{gap:7px}.year-card p{font-size:12px;line-height:1.5}.card-arrow{width:29px;height:29px;font-size:18px}.year-chip{font-size:11px;padding:6px 7px}.year-no{font-size:12px}.section-bar{font-size:13px;margin-bottom:16px}.section-bar strong{font-size:14px}.album-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 14px}.album-caption h2{font-size:14px}.album-caption p{font-size:12px}.album-caption .small-arrow{display:none}.gallery-title{display:block;padding:24px 0}.gallery-title h1{letter-spacing:-.8px}.gallery-count{text-align:left;margin-top:12px}.photo-grid{columns:2;column-gap:10px}.photo-tile{margin-bottom:10px}.crumbs{font-size:13px;padding-top:24px}.site-footer{margin-top:35px;padding-top:26px;padding-bottom:30px;gap:14px}.lightbox-bar{height:77px;padding:14px 15px;gap:10px}.lightbox-actions{gap:7px}.icon-button{width:38px;height:38px}.lightbox-actions svg{width:19px;height:19px}.lightbox-stage{padding:8px 0}.photo-prev{left:8px}.photo-next{right:8px}.photo-prev,.photo-next{background:#15171a99;width:34px;height:34px}.lightbox-bottom{padding:15px;font-size:12px}.photo-details #photo-title{font-size:13px}#zoom-photo{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

[hidden]{display:none!important}

#embed-dialog{width:min(620px,92vw);max-height:90dvh;padding:28px;border:1px solid #444;background:#161616;color:#fff}#embed-dialog::backdrop{background:#000b}#embed-code{display:block;width:100%;margin:14px 0;background:#090909;color:#eee;border:1px solid #555;padding:12px;resize:vertical;font:13px/1.5 monospace}.embed-actions{display:flex;gap:12px;flex-wrap:wrap}.embed-open{display:none}.embedded .embed-open{display:inline}.embedded .site-header .brand,.embedded .header-right,.embedded .site-footer{display:none}.embedded .site-header{min-height:60px;padding-top:20px;padding-bottom:20px;justify-content:flex-end}.embedded .intro{padding-top:26px;padding-bottom:36px}.embedded .intro h1{font-size:clamp(38px,6vw,78px)}.embedded .wrap{width:calc(100% - 32px)}.embedded main{padding-bottom:28px}

.photo-canvas video{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.photo-canvas video[hidden]{display:none}.video-badge{position:absolute;left:12px;top:12px;background:#101010dd;color:white;border:1px solid #ffffff55;border-radius:4px;padding:5px 8px;font-size:12px}

#large-photo[hidden],#large-video[hidden],#zoom-photo[hidden]{display:none!important}

.share-controls{display:flex;align-items:center;gap:2px}.share-photo-button{display:inline-flex;align-items:center;gap:10px;height:44px;padding:0 15px 0 7px;border:1px solid #665067;border-radius:24px;background:linear-gradient(110deg,#37202f,#25202f);color:#fff;font-size:14px;font-weight:700;white-space:nowrap}.share-photo-button:hover{border-color:#e29ac6;background:#422b42}.share-combo{position:relative;display:inline-block;width:53px;height:36px;flex:0 0 53px}.instagram-mark{position:absolute;left:0;top:0;display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:radial-gradient(circle at 28% 100%,#ffd676 0%,#f68037 26%,#df2b7c 53%,#913fd2 77%,#575bda 100%);color:#fff}.instagram-mark svg{width:26px!important;height:26px!important;stroke-width:1.9}.instagram-mark .ig-dot{fill:currentColor;stroke:none}.share-mark{position:absolute;right:0;bottom:-1px;display:grid;place-items:center;width:26px;height:26px;border:2px solid #29232f;border-radius:9px;background:#f8f5fa;color:#302337;box-shadow:0 2px 6px #0004}.share-mark svg{width:17px!important;height:17px!important;stroke-width:2}.share-info-button{display:grid;place-items:center;flex:0 0 44px;width:44px;min-height:44px;padding:0;border:0;background:transparent;color:#d3c9d6;border-radius:50%;cursor:pointer}.share-info-button span{display:grid;place-items:center;border:1px solid #827385;width:24px;height:24px;border-radius:50%;font:bold italic 17px Georgia,serif}.share-info-button:hover span,.share-info-button[aria-expanded=true] span{color:#fff;border-color:#e69bc7;background:#51324b}
#share-dialog{width:min(510px,calc(100% - 32px));height:fit-content;max-height:calc(100dvh - 32px);inset:0;margin:auto;padding:24px;border:1px solid #50444f;border-radius:20px;background:#19191f;box-shadow:0 24px 100px #0008;overflow:auto;overscroll-behavior:contain}#share-dialog::backdrop{background:#000a;backdrop-filter:blur(5px)}.share-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:22px}.share-heading-title{display:flex;align-items:center;gap:12px;min-width:0}.share-heading h2{font-size:22px;letter-spacing:-.5px}.share-photo-summary{display:flex;align-items:center;gap:14px;padding:12px;border:1px solid #37343c;border-radius:12px;background:#111217;margin-bottom:18px}.share-photo-summary img{width:68px;height:68px;object-fit:cover;border-radius:6px;flex-shrink:0}.share-photo-summary>div{display:flex;min-width:0;flex-direction:column;gap:7px}.share-photo-summary strong{font-size:14px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.share-photo-summary span{font-size:12px;line-height:1.5;color:#aaa6b1;overflow-wrap:anywhere}.share-intro-row{display:flex;align-items:flex-start;gap:8px}#share-intro{font-size:15px;line-height:1.55;color:#eee9f0;flex:1}.share-intro-row .share-info-button{margin-top:-6px}.share-explanation{background:#26232c;border:1px solid #49414e;border-radius:10px;margin-top:14px;padding:16px;font-size:13px;line-height:1.65;color:#c9c1cf}.share-explanation strong{color:#fff;font-size:14px}.share-explanation ol{padding-left:20px;margin:10px 0}.share-explanation li+li{margin-top:5px}.share-status{font-size:13px;line-height:1.5;color:#bcb6c4;min-height:40px;margin:17px 0 13px}.share-primary{width:100%;min-height:48px;font-size:15px;font-weight:700;background:linear-gradient(115deg,#ab3266,#7244ac);border-color:#b66aab;border-radius:10px}.share-primary:hover{background:linear-gradient(115deg,#ba3972,#8050bb);border-color:#ecb0db}.share-primary:disabled{opacity:.55}.share-alternatives{display:flex;gap:9px;margin-top:10px}.share-alternatives .button{flex:1;padding:10px 8px;border-color:#49434e;border-radius:10px;font-size:13px;min-height:46px;text-align:center}.share-copy-link{display:block;align-self:center;min-height:44px;margin-top:10px;border:0;background:none;color:#c5becb;font-size:13px;text-decoration:underline;text-underline-offset:3px}#share-link{display:block;width:100%;min-width:0;font-size:16px;margin-top:8px;padding:10px;border-radius:6px;border:1px solid #62566d;background:#111;color:#fff}
@media(max-width:760px){.lightbox-bar{height:auto;min-height:106px;flex-wrap:wrap;padding:12px 15px;gap:10px}.photo-details{width:100%;flex-direction:row;align-items:center;justify-content:space-between;gap:10px}.photo-details #photo-title{min-width:0}.photo-details #photo-counter{flex-shrink:0}.lightbox-actions{width:100%;align-items:center;gap:9px}.lightbox-actions>.icon-button{width:44px;height:44px}.share-controls{margin-right:auto}.share-photo-button{font-size:13px}.share-photo-button .share-combo{transform:scale(.92);transform-origin:center}.share-heading h2{font-size:20px}#share-dialog{padding:20px}.share-heading{margin-bottom:17px}}
@media(max-width:380px){#share-dialog{width:calc(100% - 20px);padding:17px}.share-heading-title{gap:9px}.share-alternatives{flex-wrap:wrap}.share-alternatives .button{flex-basis:100%}}
