:root{--ivory:#f1eee7;--ink:#121312;--stone:#c9c3b9;--taupe:#81786e;--max:1440px;--gutter:clamp(1.25rem,3.25vw,3rem)}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;overflow-x:clip;background:#d8d4cd;color:var(--ink);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
figure{margin:0}
.skip-link{position:fixed;top:.5rem;left:.5rem;z-index:20;padding:.75rem 1rem;background:var(--ink);color:#fff;transform:translateY(-160%)}
.skip-link:focus{transform:none}
.orientation{position:absolute;z-index:10;top:0;left:50%;width:min(100%,var(--max));height:5rem;padding-inline:var(--gutter);display:flex;align-items:center;justify-content:space-between;transform:translateX(-50%);font-size:.55rem;letter-spacing:.2em;text-transform:uppercase;color:var(--ink)}
.orientation a{font-size:1rem}
.orientation a:focus-visible,.work-transition a:focus-visible{outline:2px solid currentColor;outline-offset:.5rem}
main{max-width:var(--max);margin-inline:auto;background:var(--ivory);overflow:hidden}
.chapter{margin:0;font-size:.52rem;line-height:1.4;letter-spacing:.2em;text-transform:uppercase;color:var(--taupe)}
.work-intro{min-height:100svh;padding:8rem var(--gutter) 10svh;display:grid;grid-template-columns:1fr 2fr;align-items:end}
.work-intro>div{padding-bottom:8svh}
.work-intro h1{margin:0;font:400 clamp(5rem,10vw,10rem)/.8 Georgia,'Times New Roman',serif;letter-spacing:-.075em}
.work-intro div p{max-width:23rem;margin:3rem 0 0 18%;font-size:clamp(.95rem,1.2vw,1.1rem);line-height:1.7}
.work-chapter{position:relative;padding-inline:var(--gutter)}
.chapter-heading{display:grid;grid-template-columns:1fr 2fr;align-items:end;margin-bottom:clamp(3rem,8vh,6rem)}
.chapter-heading h2{margin:0;font:400 clamp(3rem,6vw,6rem)/.86 Georgia,'Times New Roman',serif;letter-spacing:-.065em}
.chapter-heading--right{grid-template-columns:2fr 1fr}
.chapter-heading--right .chapter{grid-column:2}
.chapter-heading--right h2{grid-column:2}
.chapter-heading--quiet{position:absolute;left:var(--gutter);top:24svh;display:block;margin:0}
.chapter-heading--quiet h2{margin-top:1.5rem}
figcaption{margin-top:.8rem;font-size:.48rem;line-height:1.5;letter-spacing:.17em;text-transform:uppercase;color:var(--taupe)}
.full-moment img{width:100%;height:86svh;min-height:42rem;object-fit:cover}
.presence-study{padding-top:10svh;padding-bottom:28svh}
.presence-study .full-moment img{object-position:center 35%}
.light-study{padding-top:12svh;padding-bottom:30svh}
.paired-studies{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,8vw,9rem);align-items:start}
.paired-studies--staggered figure:first-child{width:82%;margin-left:auto}
.paired-studies--staggered figure:last-child{width:72%;margin-top:28svh}
.paired-studies--staggered img{width:100%;height:72svh;min-height:38rem;object-fit:cover}
.paired-studies--staggered figure:first-child img{object-position:center 38%}
.paired-studies--staggered figure:last-child img{height:62svh;object-position:center 38%}
.red-study{padding-top:8svh;padding-bottom:32svh}
.wide-moment--offset{width:76%;margin-left:auto}
.wide-moment img{width:100%;height:82svh;min-height:42rem;object-fit:cover;object-position:center 25%}
.silence-study{min-height:142svh;padding-top:22svh;padding-bottom:24svh}
.vertical-study{width:42%;margin-left:42%}
.vertical-study img{width:100%;height:92svh;min-height:45rem;object-fit:cover;object-position:center 31%}
.ceremony-study{padding-top:12svh;padding-bottom:32svh}
.paired-studies--landscape{grid-template-columns:1.35fr .65fr;align-items:end}
.paired-studies--landscape figure:first-child{width:94%}
.paired-studies--landscape figure:last-child{width:86%;margin-left:auto;margin-bottom:12svh}
.paired-studies--landscape figure:first-child img{width:100%;height:66svh;min-height:34rem;object-fit:cover;object-position:center 42%}
.paired-studies--landscape figure:last-child img{width:100%;height:74svh;min-height:38rem;object-fit:cover;object-position:center 36%}
.texture-study{padding-top:8svh;padding-bottom:30svh}
.paired-studies--close{grid-template-columns:.78fr 1.22fr;gap:clamp(4rem,11vw,12rem);align-items:center}
.paired-studies--close figure:first-child{width:86%;margin-left:auto}
.paired-studies--close figure:last-child{width:67%}
.paired-studies--close img{width:100%;height:72svh;min-height:36rem;object-fit:cover;object-position:center 28%}
.paired-studies--close figure:last-child img{height:58svh;min-height:30rem;object-position:center 25%}
.movement-study{padding-top:10svh;padding-bottom:22svh}
.full-moment--closing{width:92%;margin-left:auto}
.full-moment--closing img{height:78svh;object-position:center 48%}
.work-transition{min-height:78svh;margin-inline:calc(var(--gutter) * -1);padding:12rem var(--gutter) 7rem;display:grid;grid-template-columns:1fr 2fr;align-items:start;background:var(--ink);color:#fff}
.work-transition .chapter{color:rgba(255,255,255,.48)}
.work-transition h2{margin:0;font:400 clamp(3rem,5.8vw,5.75rem)/.9 Georgia,'Times New Roman',serif;letter-spacing:-.06em}
.work-transition a{margin-top:clamp(5rem,12vh,8rem);padding:1.5rem 0;border-bottom:1px solid rgba(255,255,255,.55);display:flex;justify-content:space-between;font:400 clamp(1.4rem,2.5vw,2.5rem)/1 Georgia,'Times New Roman',serif}
@media(max-width:820px){.orientation{height:4.5rem}.orientation a{display:grid;width:2.75rem;height:2.75rem;margin-left:-.75rem;place-items:center}.work-intro{min-height:88svh;padding-top:6rem;grid-template-columns:1fr;align-content:space-between}.work-intro>div{padding-bottom:5svh}.work-intro div p{margin-left:12%}.chapter-heading,.chapter-heading--right{grid-template-columns:1fr 2fr}.chapter-heading--right .chapter,.chapter-heading--right h2{grid-column:2}.full-moment img{height:66svh;min-height:32rem}.presence-study{padding-top:6svh;padding-bottom:22svh}.light-study,.red-study,.ceremony-study,.texture-study{padding-bottom:24svh}.paired-studies{grid-template-columns:1fr;gap:12svh}.paired-studies--staggered figure:first-child{width:86%;margin-left:0}.paired-studies--staggered figure:last-child{width:70%;margin:0 0 0 auto}.paired-studies--staggered img{height:62svh;min-height:31rem}.paired-studies--staggered figure:last-child img{height:52svh;min-height:27rem}.wide-moment--offset{width:88%}.wide-moment img{height:68svh;min-height:34rem}.silence-study{min-height:120svh;padding-top:16svh}.chapter-heading--quiet{top:14svh}.vertical-study{width:66%;margin-left:34%}.vertical-study img{height:74svh;min-height:37rem}.paired-studies--landscape{grid-template-columns:1fr;gap:10svh}.paired-studies--landscape figure:first-child{width:100%}.paired-studies--landscape figure:last-child{width:66%;margin-bottom:0}.paired-studies--landscape figure:first-child img{height:48svh;min-height:25rem}.paired-studies--landscape figure:last-child img{height:58svh;min-height:30rem}.paired-studies--close{grid-template-columns:1fr;gap:12svh}.paired-studies--close figure:first-child{width:78%;margin-left:auto}.paired-studies--close figure:last-child{width:64%}.paired-studies--close img{height:60svh;min-height:30rem}.paired-studies--close figure:last-child img{height:48svh;min-height:25rem}.full-moment--closing{width:100%}.full-moment--closing img{height:58svh;min-height:29rem}.work-transition{min-height:70svh;padding-block:9rem 5rem;grid-template-columns:1fr;gap:7rem}.work-transition a{min-height:3rem;align-items:center}}
@media(min-width:600px) and (max-width:820px){.paired-studies{grid-template-columns:1fr 1fr;gap:clamp(2.5rem,6vw,4rem)}.paired-studies--staggered figure:first-child{width:90%}.paired-studies--staggered figure:last-child{width:78%;margin-top:16svh}.paired-studies--landscape{grid-template-columns:1.2fr .8fr;align-items:end}.paired-studies--landscape figure:last-child{width:88%;margin:0 0 8svh auto}.paired-studies--close{grid-template-columns:.85fr 1.15fr;gap:4rem;align-items:center}.paired-studies--close figure:first-child{width:90%}.paired-studies--close figure:last-child{width:75%}}
@media(max-width:480px){.work-intro h1{font-size:clamp(4.1rem,19vw,5rem)}.chapter-heading h2,.work-transition h2{font-size:clamp(2.8rem,13vw,3.5rem)}.chapter-heading{grid-template-columns:.75fr 2.25fr}.chapter-heading--right{grid-template-columns:1fr 2fr}.full-moment img{min-height:30rem}.paired-studies--staggered img{min-height:28rem}.wide-moment img{min-height:31rem}.silence-study{min-height:112svh}.vertical-study img{min-height:34rem}.work-transition{gap:5.5rem}.work-transition a{gap:1.5rem;font-size:1.45rem;line-height:1.15}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto}}
