@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;600&family=Instrument+Serif:ital@0;1&display=swap');
:root{color-scheme:dark;--bg:#111313;--ink:#efeee9;--muted:#a8aeaa;--rule:#363b38;--accent:#d7c975}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:2rem}body{margin:0;background:var(--bg);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:1rem;line-height:1.65}a{color:inherit;text-underline-offset:.28em}a:hover{color:var(--accent)}a:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:6px}img{display:block;width:100%;height:auto}figure,p,h1,h2,h3{margin:0}header{min-height:106px;padding:24px 4%;display:flex;align-items:center;justify-content:space-between;gap:2rem;border-bottom:1px solid var(--rule)}.wordmark{text-decoration:none;font-size:1.6rem;font-weight:600;display:flex;align-items:center;gap:2rem}.wordmark span{font-size:.875rem;font-weight:400;color:var(--muted)}nav{display:flex;gap:2rem;font-size:.875rem}nav a{text-decoration:none}.opening{display:grid;grid-template-columns:36% 64%;min-height:620px;min-height:min(740px,85vh);border-bottom:1px solid var(--rule)}.opening-copy{padding:4rem 11% 3rem;display:flex;flex-direction:column}.eyebrow{text-transform:uppercase;letter-spacing:.13em;font-size:.75rem;font-weight:500;color:var(--accent)}h1{font-size:clamp(7rem,17vw,18rem);line-height:1.25;letter-spacing:-.09em;font-weight:450;margin-left:-.06em}.opening-bottom{margin-top:auto;display:flex;gap:2rem;justify-content:space-between;font-size:1rem}.opening-bottom span{color:inherit}.medium{font-family:'Instrument Serif',Georgia,serif;font-size:1.4rem;line-height:1.2}.hero-image{position:relative;overflow:hidden}.hero-image img{width:100%;height:100%;object-fit:cover;object-position:49% 50%}.hero-image figcaption{position:absolute;bottom:1.5rem;left:1.5rem;background:#111313e8;padding:.4rem .7rem;color:var(--ink)}.section{padding:7rem 6%;border-bottom:1px solid var(--rule)}.section-heading h2{font-family:'Instrument Serif',Georgia,serif;font-size:clamp(2.5rem,4.5vw,4.8rem);font-weight:400;line-height:1.12;margin-top:1.2rem;letter-spacing:-.02em}.installation{display:grid;grid-template-columns:1fr 1fr;column-gap:8%;row-gap:3.5rem}.intro{padding-top:2.5rem;max-width:38rem;font-size:1.15rem}.intro .secondary{color:var(--muted);font-size:1rem;margin-top:1.5rem}.wide,.image-pair{grid-column:1/-1}.wide img{max-height:820px;object-fit:contain;background:#141c24}.image-pair{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.image-pair img{aspect-ratio:16/9;object-fit:cover}figcaption{display:flex;justify-content:space-between;gap:1rem;font-size:.875rem;color:var(--muted);padding-top:.8rem}.statement,.phill{display:grid;grid-template-columns:1fr 1.2fr;gap:8%}.prose{max-width:43rem}.prose>p+p{margin-top:1.5rem}.lead{font-family:'Instrument Serif',Georgia,serif;font-size:clamp(1.7rem,2.5vw,2.4rem);line-height:1.4;margin-bottom:2rem}.small-note,.role{font-size:.875rem;color:var(--muted);margin-top:1.5rem}.text-link{display:inline-block;margin-top:2rem;font-size:.95rem}.text-link span{margin-left:.6rem}.phill{background:#1b201e}.book{margin-top:3rem;padding-top:2rem;border-top:1px solid #50574f}.book h3{font-family:'Instrument Serif',Georgia,serif;font-weight:400;font-size:2.4rem;margin:.5rem 0 1rem}.book .text-link{margin-top:1rem}details{margin-top:3rem;font-size:.875rem;color:#bfc4bf}summary{cursor:pointer}details ul{padding-left:1.2rem}details li+li{margin-top:.5rem}footer{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:3rem 4%;font-size:.875rem;color:var(--muted)}.footer-title{font-size:2rem;text-decoration:none;color:var(--ink)}.skip{position:absolute;left:1rem;top:-100px;background:var(--ink);color:var(--bg);padding:.7rem;z-index:10}.skip:focus{top:1rem}@media(max-width:900px){header{align-items:flex-start}.wordmark{display:block}.wordmark span{display:block}.opening{grid-template-columns:1fr;min-height:0}.opening-copy{padding:2rem 6%;min-height:360px}h1{font-size:10rem;line-height:1.1}.hero-image img{height:auto;aspect-ratio:16/10;object-fit:cover}.section{padding:4rem 6%}.installation,.statement,.phill{grid-template-columns:1fr;gap:2.5rem}.intro{padding-top:0}.wide,.image-pair{grid-column:auto}.prose{max-width:none}footer{flex-wrap:wrap}.section-heading h2{font-size:3rem}}@media(max-width:560px){header{padding:1.2rem 6%;display:block}nav{gap:1.2rem;flex-wrap:wrap;margin-top:1.2rem}.wordmark{display:flex;justify-content:space-between;gap:1rem}.wordmark span{font-size:.75rem}.opening-copy{min-height:330px}.opening-bottom{font-size:.95rem}.image-pair{grid-template-columns:1fr}.wide figcaption{display:block}.wide figcaption span{display:block}footer{align-items:flex-start;flex-direction:column;gap:.8rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.walkthrough-button{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:2rem;padding:.9rem 1.1rem;background:var(--accent);color:var(--bg);font-size:1rem;font-weight:600;text-decoration:none;border:1px solid var(--accent);border-radius:2px}.walkthrough-button:hover{background:var(--ink);border-color:var(--ink);color:var(--bg)}nav{flex-wrap:wrap}
