.photo-flipbook{--book-paper: #f2eee4;--book-cover: #173f39;--book-ink: #242c28;--book-muted: #696b63;display:grid;grid-template-rows:auto minmax(0,1fr) auto auto;min-height:min(780px,calc(100dvh - 120px));margin:34px calc(50% - 50vw) 0;padding:22px clamp(14px,3vw,44px) 18px;overflow:hidden;color:var(--book-ink);background:radial-gradient(circle at 50% 18%,rgb(255 255 255 / 52%),transparent 34rem),linear-gradient(145deg,#d7d2c8,#b8b1a5);outline:none}.photo-flipbook__header,.photo-flipbook__controls{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;width:min(100%,1180px);margin:0 auto}.photo-flipbook__header>span{color:var(--book-muted);font-size:10px;font-weight:600;letter-spacing:.16em;text-transform:uppercase}.photo-flipbook__header>span:last-child{text-align:right}.photo-flipbook__header>p{margin:0;font-family:Georgia,Songti SC,STSong,serif;font-size:18px}.photo-flipbook__stage{position:relative;display:grid;min-height:0;padding:18px 0;place-items:center;perspective:1800px}.photo-flipbook__stage:after{position:absolute;bottom:7%;left:50%;z-index:0;width:min(82vw,860px);height:9%;border-radius:50%;background:#1f1c1645;content:"";filter:blur(28px);transform:translate(-50%)}.photo-flipbook__rig{z-index:1;display:grid;width:min(100%,760px);height:713px;min-height:0;place-items:center}.photo-flipbook__book{position:relative;grid-area:1 / 1;isolation:isolate;filter:drop-shadow(0 24px 26px rgb(31 28 22 / 22%));visibility:hidden}.photo-flipbook[data-ready] .photo-flipbook__book{visibility:visible}.photo-flipbook__preview{box-sizing:border-box;grid-area:1 / 1;width:min(100%,374px);aspect-ratio:9 / 16;filter:drop-shadow(0 24px 26px rgb(31 28 22 / 22%))}.photo-flipbook[data-ready] .photo-flipbook__preview{display:none}.photo-flipbook .book-page{position:relative;overflow:hidden;color:var(--book-ink);background:var(--book-paper)}.photo-flipbook .book-page.--left:before,.photo-flipbook .book-page.--right:before{position:absolute;inset-block:0;z-index:3;width:clamp(14px,4%,28px);content:"";pointer-events:none}.photo-flipbook .book-page.--left:before{right:0;background:linear-gradient(to left,rgb(27 24 20 / 30%),rgb(27 24 20 / 8%) 42%,transparent)}.photo-flipbook .book-page.--right:before{left:0;background:linear-gradient(to right,rgb(27 24 20 / 30%),rgb(27 24 20 / 8%) 42%,transparent)}.photo-flipbook .book-page:after{position:absolute;inset:0;z-index:2;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.025'/%3E%3C/svg%3E");content:"";mix-blend-mode:multiply;pointer-events:none}.photo-flipbook .book-photo img{display:block;width:100%;height:100%;object-fit:contain;background:var(--book-paper)}.photo-flipbook .book-photo.has-description img{box-sizing:border-box;padding-bottom:76px}.photo-flipbook .book-photo__description{position:absolute;right:0;bottom:0;left:0;z-index:4;display:grid;box-sizing:border-box;min-height:76px;margin:0;padding:14px 20px 16px;border-top:1px solid rgb(38 37 31 / 10%);color:var(--book-muted);background:var(--book-paper);font-family:Georgia,Songti SC,STSong,serif;font-size:12px;letter-spacing:.035em;line-height:1.55;align-items:center;pointer-events:none}.photo-flipbook .book-cover,.photo-flipbook .book-back-cover{color:#f1ead9;background:var(--book-cover)}.photo-flipbook .book-cover{padding:clamp(32px,8%,52px)}.book-cover__title{margin-top:clamp(90px,24%,140px)}.book-cover__folio{margin:14px 0 0;font-size:10px;letter-spacing:.15em}.photo-flipbook .book-cover h2{max-width:7em;margin:0;color:inherit;font-family:Georgia,Songti SC,STSong,serif;font-size:clamp(42px,9cqi,58px);font-weight:400;letter-spacing:.03em;line-height:1.08}.photo-flipbook .book-back-cover{display:grid;place-items:center}.photo-flipbook .book-back-cover span{font-size:9px;letter-spacing:.26em;opacity:.56}.photo-flipbook__controls{grid-template-columns:48px 1fr 48px;max-width:440px}.photo-flipbook__controls button{width:48px;height:42px;padding:0;border:1px solid rgb(38 37 31 / 25%);border-radius:50%;color:inherit;background:#f2eee47a;cursor:pointer}.photo-flipbook__controls button:disabled{cursor:default;opacity:.28}.photo-flipbook__status{display:grid;gap:4px;text-align:center}.photo-flipbook__status span{font-size:11px;font-weight:600;letter-spacing:.12em}.photo-flipbook__status small{color:var(--book-muted);font-size:10px}.photo-flipbook__count{margin:12px 0 0;color:var(--book-muted);font-size:10px;letter-spacing:.1em;text-align:center}@media(max-width:700px){.photo-flipbook{min-height:min(740px,calc(100dvh - 90px));padding-inline:10px}.photo-flipbook__header{grid-template-columns:1fr auto}.photo-flipbook__header>span:first-child{display:none}.photo-flipbook__rig{height:calc(min(665px,177.7778vw - 35.5556px) + 48px);min-height:0}.photo-flipbook__status small{display:none}.photo-flipbook .book-photo.has-description img{padding-bottom:68px}.photo-flipbook .book-photo__description{min-height:68px;padding:12px 16px 14px;font-size:11px}}@media(prefers-reduced-motion:reduce){.photo-flipbook *,.photo-flipbook *:before,.photo-flipbook *:after{scroll-behavior:auto!important}}@media print{.photo-flipbook__header,.photo-flipbook__controls,.photo-flipbook__count{display:none}}.photo-flipbook-3d{--book-3d-paper: #f4f0e7;--book-3d-cover: #c7a23c;--book-3d-ink: #25293b;--book-3d-muted: #c9ccdc;display:grid;grid-template-rows:auto minmax(0,1fr) auto auto;min-height:100dvh;margin:0;overflow:hidden;color:#fff;background:#343a58;outline:none}.photo-flipbook-3d__header{display:grid;grid-template-columns:44px 1fr 120px;gap:18px;align-items:center;width:min(100% - 40px,1220px);margin:0 auto;padding:22px 0 10px;text-align:center}.photo-flipbook-3d__header h1{margin:0;color:#fff;font-family:Georgia,Songti SC,STSong,serif;font-size:clamp(20px,2vw,30px);font-weight:400;letter-spacing:.08em}.photo-flipbook-3d__header p,.photo-flipbook-3d__header>span,.photo-flipbook-3d__count{margin:4px 0 0;color:var(--book-3d-muted);font-size:9px;letter-spacing:.14em;text-transform:uppercase}.photo-flipbook-3d__header>span{margin:0;text-align:right}.photo-flipbook-3d__back,.photo-flipbook-3d__controls button{display:inline-grid;width:36px;height:36px;padding:0;border:1px solid rgb(255 255 255 / 36%);border-radius:50%;color:#fff;background:#13172b57;cursor:pointer;place-items:center}.photo-flipbook-3d__controls button{border-color:#fff;color:#303650;background:#fff;box-shadow:0 8px 20px #0c0f213d}.photo-flipbook-3d__back:hover,.photo-flipbook-3d__controls button:hover:not(:disabled){color:#111528;background:#e8eaf3}.photo-flipbook-3d__back:focus-visible,.photo-flipbook-3d__controls button:focus-visible{outline:2px solid #fff;outline-offset:3px}.photo-flipbook-3d__stage{position:relative;display:grid;min-height:0;padding:8px 18px;perspective:1450px;place-items:center}.photo-flipbook-3d__rig{position:relative;display:grid;width:min(100%,1040px);height:min(630px,calc(100dvh - 178px));min-height:420px;place-items:center;transform:translateY(-5px) rotateX(3.5deg);transform-style:preserve-3d}.photo-flipbook-3d__depth{position:absolute;inset:0;z-index:0;pointer-events:none;transform-style:preserve-3d}.photo-flipbook-3d__depth-page{--depth: 1;position:absolute;top:50%;width:min(41vw,430px);height:min(50vw,520px);overflow:hidden;border:5px solid var(--book-3d-paper);border-radius:18px 5px 5px 18px;background:var(--book-3d-paper);box-shadow:0 20px 44px #090c1c5c;backface-visibility:hidden;transform-style:preserve-3d;transition:opacity .18s ease}.photo-flipbook-3d[data-page-position=cover] .photo-flipbook-3d__depth-page.is-left,.photo-flipbook-3d[data-page-position=back] .photo-flipbook-3d__depth-page.is-right{opacity:0}.photo-flipbook-3d__depth-page.is-left{right:50%;clip-path:polygon(0 0,100% 4.5%,100% 95.5%,0 100%);transform:translate3d(calc(var(--depth) * -25px),calc(-50% + var(--depth) * 1.5px),calc(var(--depth) * -22px)) rotateY(calc(var(--depth) * 3.2deg)) rotate(calc(var(--depth) * -.16deg));transform-origin:right center}.photo-flipbook-3d__depth-page.is-right{left:50%;border-radius:5px 18px 18px 5px;clip-path:polygon(0 4.5%,100% 0,100% 100%,0 95.5%);transform:translate3d(calc(var(--depth) * 25px),calc(-50% + var(--depth) * 1.5px),calc(var(--depth) * -22px)) rotateY(calc(var(--depth) * -3.2deg)) rotate(calc(var(--depth) * .16deg));transform-origin:left center}.photo-flipbook-3d__depth-page img{display:block;width:100%;height:100%;object-fit:cover}.photo-flipbook-3d .photo-flipbook__book{position:relative;z-index:4;grid-area:1 / 1;isolation:isolate;filter:drop-shadow(0 32px 30px rgb(10 13 30 / 46%));transform:translateZ(34px);transform-style:preserve-3d;visibility:hidden}.photo-flipbook-3d[data-ready] .photo-flipbook__book{visibility:visible}.photo-flipbook-3d__preview{box-sizing:border-box;z-index:3;display:grid;grid-area:1 / 1;width:min(41vw,430px);aspect-ratio:43 / 52;padding:54px 42px;color:#fff;background:var(--book-3d-cover);box-shadow:0 28px 28px #0a0d1e57;align-content:end}.photo-flipbook-3d[data-ready] .photo-flipbook-3d__preview{display:none}.photo-flipbook-3d .book-page{position:relative;overflow:hidden;color:var(--book-3d-ink);background:var(--book-3d-paper);border:1px solid rgb(58 51 44 / 8%);box-shadow:inset 0 0 22px #1c19151f}.photo-flipbook-3d .book-page.--left{border-radius:18px 3px 3px 18px;clip-path:polygon(0 0,100% 4.5%,100% 95.5%,0 100%)}.photo-flipbook-3d .book-page.--right{border-radius:3px 18px 18px 3px;clip-path:polygon(0 4.5%,100% 0,100% 100%,0 95.5%)}.photo-flipbook-3d .book-page.--left:before,.photo-flipbook-3d .book-page.--right:before{position:absolute;inset-block:0;z-index:3;width:18px;content:"";pointer-events:none}.photo-flipbook-3d .book-page.--left:before{right:0;box-shadow:inset -14px 0 18px #17161c3d}.photo-flipbook-3d .book-page.--right:before{left:0;box-shadow:inset 14px 0 18px #17161c3d}.photo-flipbook-3d .book-photo img{display:block;width:100%;height:100%;background:var(--book-3d-paper);object-fit:contain}.photo-flipbook-3d .book-photo.has-description img{box-sizing:border-box;padding-bottom:68px}.photo-flipbook-3d .book-photo__description{position:absolute;right:0;bottom:0;left:0;z-index:4;display:grid;box-sizing:border-box;min-height:68px;margin:0;padding:12px 22px 14px;border-top:1px solid rgb(58 51 44 / 10%);color:color-mix(in srgb,var(--book-3d-ink) 78%,transparent);background:var(--book-3d-paper);font-family:Georgia,Songti SC,STSong,serif;font-size:11px;letter-spacing:.04em;line-height:1.55;align-items:center;pointer-events:none}.photo-flipbook-3d .book-cover,.photo-flipbook-3d .book-back-cover{display:grid;padding:clamp(34px,8%,58px);color:#fff;background:var(--book-3d-cover);align-content:end}.photo-flipbook-3d .book-cover p,.photo-flipbook-3d__preview p{margin:0 0 10px;font-size:9px;letter-spacing:.18em}.photo-flipbook-3d .book-cover h2,.photo-flipbook-3d__preview h2{margin:0;color:inherit;font-family:Georgia,Songti SC,STSong,serif;font-size:clamp(42px,8cqi,58px);font-weight:400;letter-spacing:.05em;line-height:1.08}.photo-flipbook-3d .book-cover span,.photo-flipbook-3d__preview span,.photo-flipbook-3d .book-back-cover span{margin-top:18px;font-size:9px;letter-spacing:.15em}.photo-flipbook-3d .book-back-cover{place-items:center;align-content:center}.photo-flipbook-3d__controls{display:grid;grid-template-columns:38px minmax(150px,260px) 38px;gap:10px;align-items:center;justify-content:center;padding:4px 16px 0}.photo-flipbook-3d__controls button{width:36px;height:36px}.photo-flipbook-3d__controls button:disabled{cursor:default;opacity:.3}.photo-flipbook-3d .photo-flipbook__status{display:grid;gap:2px;text-align:center}.photo-flipbook-3d .photo-flipbook__status span{color:#fff;font-size:10px;font-weight:600;letter-spacing:.14em}.photo-flipbook-3d .photo-flipbook__status small{color:var(--book-3d-muted);font-size:9px}.photo-flipbook-3d__count{margin:8px 0 14px;text-align:center}@media(max-width:720px){.photo-flipbook-3d__header{grid-template-columns:38px 1fr 64px;width:calc(100% - 24px);padding-top:14px}.photo-flipbook-3d__header h1{font-size:20px}.photo-flipbook-3d__header p{letter-spacing:.06em}.photo-flipbook-3d__header>span{font-size:8px;letter-spacing:.04em}.photo-flipbook-3d__stage{padding:2px 10px}.photo-flipbook-3d__rig{height:calc(100dvh - 166px);min-height:430px;transform:none}.photo-flipbook-3d__depth{display:none}.photo-flipbook-3d__preview{width:min(82vw,430px)}.photo-flipbook-3d .photo-flipbook__status small{display:none}.photo-flipbook-3d__controls{grid-template-columns:38px minmax(110px,180px) 38px}.photo-flipbook-3d__count{margin-bottom:8px}.photo-flipbook-3d .photo-flipbook__book{transform:none}.photo-flipbook-3d .book-page.--left,.photo-flipbook-3d .book-page.--right{border-radius:8px;clip-path:none}.photo-flipbook-3d .book-photo.has-description img{padding-bottom:62px}.photo-flipbook-3d .book-photo__description{min-height:62px;padding:10px 16px 12px;font-size:10px}}@media(prefers-reduced-motion:reduce){.photo-flipbook-3d *,.photo-flipbook-3d *:before,.photo-flipbook-3d *:after{scroll-behavior:auto!important}}album-viewer[data-astro-cid-gczeclvb]{display:block}.photo-viewer[data-astro-cid-gczeclvb]{box-sizing:border-box;width:100vw;max-width:none;height:100dvh;max-height:none;margin:0;padding:20px clamp(14px,4vw,60px);border:0;color:#eeeae1;background:#161715;overscroll-behavior:contain}dialog[data-astro-cid-gczeclvb].photo-viewer::backdrop{background:#161715ee}.photo-viewer--inline[data-astro-cid-gczeclvb],dialog[data-astro-cid-gczeclvb].photo-viewer[open]{display:grid;grid-template-rows:auto minmax(0,1fr) auto auto auto;gap:16px}.photo-viewer--inline[data-astro-cid-gczeclvb]{width:100%;height:clamp(620px,90dvh,960px);border-radius:4px}.photo-viewer__topbar[data-astro-cid-gczeclvb]{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.photo-viewer__title[data-astro-cid-gczeclvb]{font-size:13px;letter-spacing:.08em}.photo-viewer[data-astro-cid-gczeclvb] button[data-astro-cid-gczeclvb]{display:grid;flex-shrink:0;width:44px;height:44px;place-items:center;padding:0;border:1px solid #ffffff38;border-radius:50%;background:transparent;color:inherit;font-size:22px;cursor:pointer}.photo-viewer[data-astro-cid-gczeclvb] button[data-astro-cid-gczeclvb]:hover{background:#ffffff18}.photo-viewer[data-astro-cid-gczeclvb] button[data-astro-cid-gczeclvb]:disabled{opacity:.25;cursor:default}.photo-viewer[data-astro-cid-gczeclvb] button[data-astro-cid-gczeclvb]:focus-visible,.photo-viewer[data-astro-cid-gczeclvb] select[data-astro-cid-gczeclvb]:focus-visible,.photo-viewer__stage[data-astro-cid-gczeclvb]:focus-visible{outline:2px solid #e5bd80;outline-offset:4px}.photo-viewer__effect[data-astro-cid-gczeclvb]{display:flex;align-items:center;gap:10px;font-size:11px;color:#bab7ae}.photo-viewer[data-astro-cid-gczeclvb] select[data-astro-cid-gczeclvb]{max-width:150px;border:1px solid #ffffff38;border-radius:4px;padding:9px;color:#eeeae1;background:#232421;font:inherit;font-size:12px}.photo-viewer__stage[data-astro-cid-gczeclvb]{position:relative;min-height:0;overflow:hidden;isolation:isolate;touch-action:pan-y pinch-zoom;outline:none}.photo-viewer__slide[data-astro-cid-gczeclvb]{position:absolute;inset:0;display:grid;place-items:center;margin:0;width:100%;height:100%}.photo-viewer__slide[data-astro-cid-gczeclvb][hidden]{display:none}.photo-viewer__slide[data-astro-cid-gczeclvb] img[data-astro-cid-gczeclvb]{display:block;margin:0;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none}.photo-viewer__error[data-astro-cid-gczeclvb]{position:absolute;padding:16px;color:#cbc5b9;background:#222;font-size:13px}.photo-viewer__stage[data-astro-cid-gczeclvb][data-scroll]{display:flex;gap:16px;overflow-x:auto;overscroll-behavior-x:contain;touch-action:pan-x pan-y pinch-zoom;scrollbar-width:thin;scrollbar-color:#777 #222}.photo-viewer__stage[data-astro-cid-gczeclvb][data-scroll] .photo-viewer__slide[data-astro-cid-gczeclvb]{position:relative;inset:auto;flex:0 0 var(--scroll-width, 86%)}.photo-viewer__stage[data-astro-cid-gczeclvb][data-scroll]:before,.photo-viewer__stage[data-astro-cid-gczeclvb][data-scroll]:after{content:"";flex:0 0 var(--scroll-start, 0px)}.photo-viewer__stage[data-astro-cid-gczeclvb][data-scroll]:after{flex-basis:var(--scroll-end, 0px)}.photo-viewer__controls[data-astro-cid-gczeclvb]{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:20px;width:min(100%,560px);margin:0 auto}.photo-viewer__status[data-astro-cid-gczeclvb]{text-align:center;font-size:12px}.photo-viewer__status[data-astro-cid-gczeclvb]>span[data-astro-cid-gczeclvb]{font-variant-numeric:tabular-nums;letter-spacing:.2em;color:#c4b296}.photo-viewer__status[data-astro-cid-gczeclvb] p[data-astro-cid-gczeclvb]{margin:5px 0 0;font-size:12px;line-height:1.5;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.photo-viewer__thumbnails[data-astro-cid-gczeclvb]{display:flex;gap:8px;width:100%;max-width:780px;margin:0 auto;padding:5px 2px;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#555 transparent}.photo-viewer__thumbnails[data-astro-cid-gczeclvb] button[data-astro-cid-gczeclvb]{width:42px;height:56px;border:2px solid transparent;border-radius:1px;opacity:.45;overflow:hidden}.photo-viewer__thumbnails[data-astro-cid-gczeclvb] button[data-astro-cid-gczeclvb][aria-current=true]{border-color:#e5bd80;opacity:1}.photo-viewer__thumbnails[data-astro-cid-gczeclvb] button[data-astro-cid-gczeclvb]:hover,.photo-viewer__thumbnails[data-astro-cid-gczeclvb] button[data-astro-cid-gczeclvb]:focus-visible{opacity:1}.photo-viewer__thumbnails[data-astro-cid-gczeclvb] img[data-astro-cid-gczeclvb]{display:block;width:100%;height:100%;margin:0;object-fit:cover}.photo-viewer__hint[data-astro-cid-gczeclvb]{margin:0;color:#a4a299;text-align:center;font-size:10px;letter-spacing:.08em}@media(max-width:600px){.photo-viewer[data-astro-cid-gczeclvb]{padding:max(14px,env(safe-area-inset-top)) 12px max(14px,env(safe-area-inset-bottom));gap:12px}.photo-viewer--inline[data-astro-cid-gczeclvb]{height:max(620px,85dvh)}.photo-viewer--inline[data-astro-cid-gczeclvb] .photo-viewer__topbar[data-astro-cid-gczeclvb]{flex-wrap:wrap}.photo-viewer__thumbnails[data-astro-cid-gczeclvb] button[data-astro-cid-gczeclvb]{width:36px;height:48px}}.editorial-wall[data-astro-cid-vhymha2q]{--wall-paper: #ada59b;--wall-ink: #171714;display:block;min-height:100vh;color:var(--wall-ink);background:var(--wall-paper);font-family:var(--font-jost),Arial,sans-serif}.editorial-wall__header[data-astro-cid-vhymha2q]{padding:18px clamp(20px,3vw,48px) 0}.editorial-wall__nav[data-astro-cid-vhymha2q]{display:grid;grid-template-columns:1fr auto 1fr;gap:clamp(16px,3vw,48px);align-items:center;font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.editorial-wall__nav[data-astro-cid-vhymha2q] a[data-astro-cid-vhymha2q]{color:inherit}.editorial-wall__nav[data-astro-cid-vhymha2q] a[data-astro-cid-vhymha2q]:hover{opacity:.55}.editorial-wall__wordmark[data-astro-cid-vhymha2q]{font-family:Georgia,Times New Roman,serif;font-size:clamp(16px,1.8vw,25px);font-weight:400;letter-spacing:.32em;text-align:center}.editorial-wall__meta[data-astro-cid-vhymha2q]{display:flex;justify-content:flex-end;gap:clamp(14px,2.5vw,38px)}.editorial-wall__title-row[data-astro-cid-vhymha2q]{display:grid;grid-template-columns:1fr minmax(260px,1.2fr) 1fr;gap:30px;align-items:end;min-height:112px;padding:34px 0 20px;border-bottom:1px solid #17171455}.editorial-wall__title-row[data-astro-cid-vhymha2q]>p[data-astro-cid-vhymha2q]{margin:0;font-size:10px;line-height:1.55;letter-spacing:.1em}.editorial-wall__title-row[data-astro-cid-vhymha2q] h1[data-astro-cid-vhymha2q]{margin:0;color:var(--wall-ink);font-family:Georgia,Times New Roman,serif;font-size:clamp(21px,2.2vw,32px);font-weight:400;line-height:1;letter-spacing:.12em;text-align:center}.editorial-wall__description[data-astro-cid-vhymha2q]{max-width:280px;justify-self:end;text-align:right}.editorial-wall__chapters[data-astro-cid-vhymha2q]{padding-bottom:80px}.editorial-wall__chapter[data-astro-cid-vhymha2q]{padding:clamp(50px,6vw,88px) clamp(20px,3vw,48px) clamp(90px,11vw,168px);border-bottom:1px solid #17171438}.editorial-wall__chapter-label[data-astro-cid-vhymha2q]{display:flex;justify-content:space-between;margin-bottom:28px;font-size:10px;font-weight:600;letter-spacing:.16em;text-transform:uppercase}.editorial-wall__chapter-label[data-astro-cid-vhymha2q] p[data-astro-cid-vhymha2q]{margin:0}.editorial-wall__chapter-label[data-astro-cid-vhymha2q] span[data-astro-cid-vhymha2q]{margin-right:10px;font-family:Georgia,Times New Roman,serif;font-size:12px;font-weight:400;letter-spacing:.04em}.editorial-wall__mosaic[data-astro-cid-vhymha2q]{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:repeat(10,clamp(25px,2.65vw,34px));min-height:300px;isolation:isolate}.editorial-wall__photo[data-astro-cid-vhymha2q]{position:relative;display:block;min-width:0;padding:0;overflow:hidden;border:0;border-radius:0;background:#8d877f;cursor:zoom-in;transition:filter .25s ease,opacity .25s ease,transform .45s cubic-bezier(.2,.7,.2,1)}.editorial-wall__photo[data-astro-cid-vhymha2q]:nth-child(1){grid-area:3 / 1 / 8 / 4;z-index:1}.editorial-wall__photo[data-astro-cid-vhymha2q]:nth-child(2){grid-area:1 / 3 / 6 / 6;z-index:2}.editorial-wall__photo[data-astro-cid-vhymha2q]:nth-child(3){grid-area:3 / 5 / 10 / 9;z-index:4}.editorial-wall__photo[data-astro-cid-vhymha2q]:nth-child(4){grid-area:2 / 8 / 7 / 11;z-index:3}.editorial-wall__photo[data-astro-cid-vhymha2q]:nth-child(5){grid-area:4 / 10 / 10 / 13;z-index:5}.editorial-wall__photo[data-astro-cid-vhymha2q]:nth-child(6){grid-area:7 / 2 / 11 / 5;z-index:3}.editorial-wall__photo[data-astro-cid-vhymha2q]:nth-child(7){grid-area:7 / 7 / 11 / 10;z-index:6}.editorial-wall__photo[data-astro-cid-vhymha2q] img[data-astro-cid-vhymha2q]{display:block;width:100%;height:100%;margin:0;object-fit:cover;transition:transform .6s cubic-bezier(.2,.7,.2,1)}.editorial-wall__photo[data-astro-cid-vhymha2q]>span[data-astro-cid-vhymha2q]{position:absolute;right:7px;bottom:5px;color:#fff;font-size:9px;line-height:1;letter-spacing:.12em;text-shadow:0 1px 4px #000a}.editorial-wall__photo[data-astro-cid-vhymha2q]:hover,.editorial-wall__photo[data-astro-cid-vhymha2q]:focus-visible{z-index:20;filter:saturate(1.08) contrast(1.03);transform:scale(1.015)}.editorial-wall__photo[data-astro-cid-vhymha2q]:hover img[data-astro-cid-vhymha2q]{transform:scale(1.035)}.editorial-wall__photo[data-astro-cid-vhymha2q]:focus-visible{outline:2px solid var(--wall-ink);outline-offset:5px}.editorial-wall__statement[data-astro-cid-vhymha2q]{max-width:780px;margin:clamp(36px,4vw,58px) auto 0;color:var(--wall-ink);font-family:Georgia,Times New Roman,serif;font-size:clamp(26px,3vw,42px);font-weight:400;line-height:1.12;letter-spacing:-.035em;text-align:center}.editorial-wall__layout-control[data-astro-cid-vhymha2q]{position:sticky;bottom:20px;z-index:40;display:flex;align-items:center;width:max-content;margin:-66px auto 22px;padding:5px;border:1px solid #17171466;border-radius:999px;background:#ada59be8;font-size:9px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;backdrop-filter:blur(12px)}.editorial-wall__layout-control[data-astro-cid-vhymha2q]>span[data-astro-cid-vhymha2q]:first-child{padding:0 9px 0 7px}.editorial-wall__layout-control[data-astro-cid-vhymha2q] button[data-astro-cid-vhymha2q]{min-width:54px;padding:7px 11px;border:0;border-radius:999px;color:inherit;background:transparent;font:inherit;cursor:pointer}.editorial-wall__layout-control[data-astro-cid-vhymha2q] button[data-astro-cid-vhymha2q][aria-pressed=true]{color:var(--wall-paper);background:var(--wall-ink)}.editorial-wall__layout-control[data-astro-cid-vhymha2q] button[data-astro-cid-vhymha2q]:focus-visible{outline:2px solid var(--wall-ink);outline-offset:3px}.sr-only[data-astro-cid-vhymha2q]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.editorial-wall[data-astro-cid-vhymha2q][data-layout=linear] .editorial-wall__mosaic[data-astro-cid-vhymha2q]{grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:none;grid-auto-rows:auto;gap:clamp(10px,1.5vw,24px);min-height:0}.editorial-wall[data-astro-cid-vhymha2q][data-layout=linear] .editorial-wall__photo[data-astro-cid-vhymha2q]{grid-area:auto;aspect-ratio:4 / 5;transform:none}.editorial-wall[data-astro-cid-vhymha2q][data-layout=linear] .editorial-wall__photo[data-astro-cid-vhymha2q]:nth-child(3n+2){aspect-ratio:1 / 1}.editorial-wall[data-astro-cid-vhymha2q][data-layout=linear] .editorial-wall__photo[data-astro-cid-vhymha2q]:nth-child(3n){aspect-ratio:4 / 3}@media(max-width:760px){.editorial-wall__nav[data-astro-cid-vhymha2q]{grid-template-columns:1fr auto;row-gap:12px}.editorial-wall__wordmark[data-astro-cid-vhymha2q]{grid-column:2;grid-row:1;font-size:15px;letter-spacing:.18em}.editorial-wall__meta[data-astro-cid-vhymha2q]{grid-column:1 / -1;grid-row:2;justify-content:space-between}.editorial-wall__meta[data-astro-cid-vhymha2q] span[data-astro-cid-vhymha2q]:first-child{display:none}.editorial-wall__title-row[data-astro-cid-vhymha2q]{display:block;min-height:0;padding:54px 0 24px}.editorial-wall__title-row[data-astro-cid-vhymha2q] h1[data-astro-cid-vhymha2q]{margin:24px 0 30px;font-size:28px;letter-spacing:.08em;text-align:left}.editorial-wall__description[data-astro-cid-vhymha2q]{max-width:330px;margin-left:auto!important;text-align:right}.editorial-wall__chapter[data-astro-cid-vhymha2q]{padding-top:72px}.editorial-wall__mosaic[data-astro-cid-vhymha2q],.editorial-wall[data-astro-cid-vhymha2q][data-layout=linear] .editorial-wall__mosaic[data-astro-cid-vhymha2q]{display:flex;flex-direction:column;gap:22px;min-height:0}.editorial-wall__photo[data-astro-cid-vhymha2q],.editorial-wall[data-astro-cid-vhymha2q][data-layout=linear] .editorial-wall__photo[data-astro-cid-vhymha2q]{width:82%;aspect-ratio:4 / 5}.editorial-wall__photo[data-astro-cid-vhymha2q]:nth-child(2n),.editorial-wall[data-astro-cid-vhymha2q][data-layout=linear] .editorial-wall__photo[data-astro-cid-vhymha2q]:nth-child(2n){align-self:flex-end}.editorial-wall__photo[data-astro-cid-vhymha2q]:nth-child(3n),.editorial-wall[data-astro-cid-vhymha2q][data-layout=linear] .editorial-wall__photo[data-astro-cid-vhymha2q]:nth-child(3n){width:100%;aspect-ratio:4 / 3}.editorial-wall__statement[data-astro-cid-vhymha2q]{margin-top:70px;font-size:clamp(30px,9vw,43px)}.editorial-wall[data-astro-cid-vhymha2q][data-layout=linear] .editorial-wall__photo[data-astro-cid-vhymha2q]{width:100%;aspect-ratio:4 / 5}}@media(prefers-reduced-motion:reduce){.editorial-wall__photo[data-astro-cid-vhymha2q],.editorial-wall__photo[data-astro-cid-vhymha2q] img[data-astro-cid-vhymha2q]{transition:none}}.mosaic-wall[data-astro-cid-emj2o3ba]{--mosaic-black: #000;--mosaic-paper: #fff;--mosaic-blush: #e8c4c0;min-height:100dvh;margin:0;color:var(--mosaic-black);background:var(--mosaic-paper)}.mosaic-wall__grid[data-astro-cid-emj2o3ba]{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-auto-flow:dense;grid-auto-rows:clamp(72px,7.5vw,112px);gap:clamp(4px,.65vw,10px);min-height:100dvh}.mosaic-wall__photo[data-astro-cid-emj2o3ba]{display:block;grid-row:span 2;min-width:0;padding:0;overflow:hidden;border:0;border-radius:0;background:#393939;cursor:zoom-in}.mosaic-wall__photo--tall[data-astro-cid-emj2o3ba]{grid-row:span 3}.mosaic-wall__photo--wide[data-astro-cid-emj2o3ba]{grid-column:span 2}.mosaic-wall__photo[data-astro-cid-emj2o3ba] img[data-astro-cid-emj2o3ba]{display:block;width:100%;height:100%;margin:0;object-fit:cover;object-position:center top;transition:filter .25s ease,transform .45s cubic-bezier(.2,.7,.2,1)}.mosaic-wall__photo[data-astro-cid-emj2o3ba]:hover img[data-astro-cid-emj2o3ba]{filter:saturate(1.08) contrast(1.04);transform:scale(1.025)}.mosaic-wall__photo[data-astro-cid-emj2o3ba]:focus-visible{position:relative;z-index:10;outline:3px solid var(--mosaic-paper);outline-offset:-5px}.mosaic-wall__title-card[data-astro-cid-emj2o3ba]{position:relative;z-index:2;display:flex;flex-direction:column;min-width:0;margin:0;padding:clamp(20px,2.35vw,38px);overflow:hidden;border-radius:0;background:var(--mosaic-blush)}.mosaic-wall__kicker[data-astro-cid-emj2o3ba]{margin:0;font-family:var(--font-jost),Arial,sans-serif;font-size:clamp(7px,.72vw,11px);line-height:1.1;letter-spacing:-.02em}.mosaic-wall__title-card[data-astro-cid-emj2o3ba] h1[data-astro-cid-emj2o3ba]{display:flex;flex-direction:column;margin:auto 0 18px;color:var(--mosaic-black);font-family:Georgia,Times New Roman,serif;font-size:clamp(50px,7.8vw,122px);font-style:italic;font-weight:300;line-height:.76;letter-spacing:-.075em}.mosaic-wall__description[data-astro-cid-emj2o3ba]{max-width:27ch;margin:0 0 clamp(34px,4vw,58px);color:#393939;font-family:Georgia,Times New Roman,serif;font-size:clamp(9px,.9vw,14px);line-height:1.15}.mosaic-wall__nav[data-astro-cid-emj2o3ba]{position:absolute;right:12px;bottom:12px;left:12px;display:flex;flex-wrap:wrap;gap:6px;align-items:center}.mosaic-wall__nav[data-astro-cid-emj2o3ba] a[data-astro-cid-emj2o3ba],.mosaic-wall__nav[data-astro-cid-emj2o3ba] button[data-astro-cid-emj2o3ba],.mosaic-wall__nav[data-astro-cid-emj2o3ba] span[data-astro-cid-emj2o3ba]{display:inline-flex;align-items:center;min-height:24px;padding:4px 11px;border:0;border-radius:9999px;color:var(--mosaic-black);background:var(--mosaic-paper);font-family:Georgia,Times New Roman,serif;font-size:clamp(8px,.78vw,12px);line-height:1;white-space:nowrap}.mosaic-wall__nav[data-astro-cid-emj2o3ba] button[data-astro-cid-emj2o3ba]{cursor:pointer}.mosaic-wall__nav[data-astro-cid-emj2o3ba] a[data-astro-cid-emj2o3ba]:hover,.mosaic-wall__nav[data-astro-cid-emj2o3ba] button[data-astro-cid-emj2o3ba]:hover{color:var(--mosaic-paper);background:var(--mosaic-black)}.mosaic-wall__nav[data-astro-cid-emj2o3ba] a[data-astro-cid-emj2o3ba]:focus-visible,.mosaic-wall__nav[data-astro-cid-emj2o3ba] button[data-astro-cid-emj2o3ba]:focus-visible{outline:2px solid var(--mosaic-black);outline-offset:2px}@media(max-width:760px){.mosaic-wall__grid[data-astro-cid-emj2o3ba]{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:34vw}.mosaic-wall__title-card[data-astro-cid-emj2o3ba]{grid-column:1 / -1!important;grid-row:span 2!important;padding:24px}.mosaic-wall__title-card[data-astro-cid-emj2o3ba] h1[data-astro-cid-emj2o3ba]{margin-top:auto;font-size:clamp(74px,24vw,104px)}.mosaic-wall__description[data-astro-cid-emj2o3ba]{max-width:31ch;margin-bottom:44px;font-size:12px}.mosaic-wall__photo--wide[data-astro-cid-emj2o3ba]{grid-column:span 2}.mosaic-wall__nav[data-astro-cid-emj2o3ba]{right:16px;bottom:16px;left:16px}.mosaic-wall__nav[data-astro-cid-emj2o3ba] a[data-astro-cid-emj2o3ba],.mosaic-wall__nav[data-astro-cid-emj2o3ba] button[data-astro-cid-emj2o3ba],.mosaic-wall__nav[data-astro-cid-emj2o3ba] span[data-astro-cid-emj2o3ba]{min-height:28px;padding:6px 12px;font-size:10px}}@media(prefers-reduced-motion:reduce){.mosaic-wall__photo[data-astro-cid-emj2o3ba] img[data-astro-cid-emj2o3ba]{transition:none}}.photo-presentation[data-astro-cid-x325kbxw]{margin-top:36px}.photo-presentation__intro[data-astro-cid-x325kbxw]{display:flex;justify-content:space-between;gap:16px;margin-bottom:24px;color:var(--text-alt-color);font-size:12px;letter-spacing:.1em}.photo-collection[data-astro-cid-x325kbxw]{isolation:isolate}.photo-tile[data-astro-cid-x325kbxw]{position:relative;display:block;min-width:0;border:0;padding:0;background:var(--background-alt-color);cursor:zoom-in}.photo-tile[data-astro-cid-x325kbxw] img[data-astro-cid-x325kbxw]{display:block;width:100%;height:100%;margin:0;object-fit:cover}.photo-tile[data-astro-cid-x325kbxw]:focus-visible{outline:3px solid var(--brand-color);outline-offset:5px;z-index:30}.photo-tile__number[data-astro-cid-x325kbxw]{position:absolute;right:10px;bottom:10px;color:#fff;font-size:11px;text-shadow:0 1px 4px #000}.photo-collection--grid[data-astro-cid-x325kbxw]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.photo-collection--grid[data-astro-cid-x325kbxw] .photo-tile[data-astro-cid-x325kbxw]{aspect-ratio:4 / 3;overflow:hidden;border-radius:8px}.photo-collection--grid[data-astro-cid-x325kbxw] img[data-astro-cid-x325kbxw]{transition:transform .3s}.photo-collection--grid[data-astro-cid-x325kbxw] .photo-tile[data-astro-cid-x325kbxw]:hover img[data-astro-cid-x325kbxw]{transform:scale(1.05)}.photo-presentation--wall[data-astro-cid-x325kbxw]{padding:clamp(20px,4vw,56px);background:radial-gradient(ellipse at top,#3c3c39,#222321 75%);border-radius:4px}.photo-presentation--wall[data-astro-cid-x325kbxw] .photo-presentation__intro[data-astro-cid-x325kbxw]{color:#cec9bc}.photo-collection--wall[data-astro-cid-x325kbxw]{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;padding:34px 12px 44px}.photo-collection--wall[data-astro-cid-x325kbxw] .photo-tile[data-astro-cid-x325kbxw]{align-self:center;z-index:var(--layer);margin:10px -9px;padding:8px 8px 27px;background:#f8f5ee;box-shadow:0 8px 20px #0007;transform:translateY(var(--offset)) rotate(var(--rotation));transition:transform .3s ease,box-shadow .3s ease}.photo-collection--wall[data-astro-cid-x325kbxw] img[data-astro-cid-x325kbxw]{height:auto;aspect-ratio:var(--ratio);object-fit:contain;background:#dedbd4}.photo-collection--wall[data-astro-cid-x325kbxw] .photo-tile__number[data-astro-cid-x325kbxw]{color:#787469;bottom:5px;right:10px;font-family:Georgia,serif;text-shadow:none}.photo-collection--wall[data-astro-cid-x325kbxw] .photo-tile[data-astro-cid-x325kbxw]:hover,.photo-collection--wall[data-astro-cid-x325kbxw] .photo-tile[data-astro-cid-x325kbxw]:focus-visible{z-index:30;transform:translateY(-12px) rotate(0) scale(1.08);box-shadow:0 20px 36px #0009}.photo-collection--gallery[data-astro-cid-x325kbxw]{display:flex;flex-wrap:wrap;gap:8px}.photo-collection--gallery[data-astro-cid-x325kbxw] .photo-tile[data-astro-cid-x325kbxw]{flex-grow:var(--ratio);flex-basis:calc(280px * var(--ratio));aspect-ratio:var(--ratio);overflow:hidden}.photo-collection--gallery[data-astro-cid-x325kbxw] img[data-astro-cid-x325kbxw]{transition:filter .3s}.photo-collection--gallery[data-astro-cid-x325kbxw] .photo-tile[data-astro-cid-x325kbxw]:hover img[data-astro-cid-x325kbxw]{filter:brightness(.85)}.photo-collection--gallery[data-astro-cid-x325kbxw] .photo-tile__number[data-astro-cid-x325kbxw]{opacity:0;transition:opacity .3s}.photo-collection--gallery[data-astro-cid-x325kbxw] .photo-tile[data-astro-cid-x325kbxw]:hover .photo-tile__number[data-astro-cid-x325kbxw],.photo-collection--gallery[data-astro-cid-x325kbxw] .photo-tile[data-astro-cid-x325kbxw]:focus-visible .photo-tile__number[data-astro-cid-x325kbxw]{opacity:1}.photo-empty[data-astro-cid-x325kbxw]{padding:60px 20px;text-align:center;background:var(--background-alt-color)}@media(max-width:900px){.photo-collection--wall[data-astro-cid-x325kbxw]{grid-template-columns:repeat(4,minmax(0,1fr))}.photo-collection--grid[data-astro-cid-x325kbxw]{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:600px){.photo-presentation__intro[data-astro-cid-x325kbxw]{font-size:10px;letter-spacing:0}.photo-presentation--wall[data-astro-cid-x325kbxw]{padding:22px 20px}.photo-collection--wall[data-astro-cid-x325kbxw]{grid-template-columns:repeat(2,minmax(0,1fr));padding:20px 4px}.photo-collection--wall[data-astro-cid-x325kbxw] .photo-tile[data-astro-cid-x325kbxw]{padding:6px 6px 24px;margin:12px -5px}.photo-collection--gallery[data-astro-cid-x325kbxw]{gap:5px}.photo-collection--gallery[data-astro-cid-x325kbxw] .photo-tile[data-astro-cid-x325kbxw]{flex-basis:calc(180px * var(--ratio))}.photo-collection--grid[data-astro-cid-x325kbxw]{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}@media(prefers-reduced-motion:reduce){.photo-tile[data-astro-cid-x325kbxw],.photo-tile[data-astro-cid-x325kbxw] img[data-astro-cid-x325kbxw]{transition:none!important}}.album-detail[data-astro-cid-pea73pby]{padding:40px 0}.back-link[data-astro-cid-pea73pby]{display:inline-block;margin-bottom:24px;color:var(--text-alt-color);text-decoration:none}.back-link[data-astro-cid-pea73pby]:hover{color:var(--text-color)}.album-title[data-astro-cid-pea73pby]{font-size:2.5rem;margin-bottom:8px;font-weight:700}.album-meta[data-astro-cid-pea73pby]{font-size:1rem;color:var(--text-alt-color);margin-bottom:16px}.album-desc[data-astro-cid-pea73pby]{font-size:1.1rem;color:var(--text-color);margin-bottom:32px;line-height:1.6}@media(max-width:600px){.album-title[data-astro-cid-pea73pby]{font-size:2rem}}
