.photo-grid.photo-grid{display:grid;grid-gap:var(--photo-gap);gap:var(--photo-gap);grid-column:wide-start/wide-end;grid-template-columns:repeat(12,1fr [photo-col-start])}.photo-grid.photo-grid img{width:100%;height:100%;object-fit:cover;display:block}.photo-grid.photo-grid figure{height:100%}.photo-grid__row{overflow:hidden}.photo-grid__item--cols-3{grid-column:auto/span 3}.photo-grid__item--cols-4{grid-column:auto/span 12}@media(min-width:768px){.photo-grid__item--cols-4{grid-column:auto/span 4}}.photo-grid__item--cols-5{grid-column:auto/span 5}.photo-grid__item--cols-6{grid-column:auto/span 6}.photo-grid__item--cols-7{grid-column:auto/span 7}.photo-grid__item--cols-8{grid-column:auto/span 12}@media(min-width:768px){.photo-grid__item--cols-8{grid-column:auto/span 8}}.photo-grid__item--cols-9{grid-column:auto/span 9}.photo-grid__item--cols-12{grid-column:auto/span 12}.post{display:grid;grid-template-columns:[full-start] minmax(var(--gap),auto) [wide-start] minmax(auto,240px) [main-start] min(var(--content-width,720px),100% - var(--gap)*2) [main-end] minmax(auto,240px) [wide-end] minmax(var(--gap),auto) [full-end];margin-bottom:4rem}.post .post-navigation,.post>blockquote,.post>code,.post>div,.post>figure,.post>h1,.post>h2,.post>h3,.post>h4,.post>h5,.post>h6,.post>hr,.post>ol,.post>p,.post>pre,.post>table,.post>ul{grid-column:3;max-width:none}.post>ol li code,.post>p code,.post>ul li code{border-radius:4px;font-size:var(--15px);padding:.2em .4em}.post>hr{border:1px solid #dfede3;width:100%}.post>pre{overflow:auto;word-wrap:break-word}.post>.photo-grid__caption,.post>figure>figcaption{font-size:var(--14px);margin-top:0;padding-bottom:1em;border-bottom:1px solid rgba(70,83,98,.15);color:var(--foreground--muted);text-align:left}@media(prefers-color-scheme:dark){.post>.photo-grid__caption,.post>figure>figcaption{border-bottom-color:rgba(241,241,241,.25)}}@media(min-width:768px){.post>.photo-grid__caption,.post>figure>figcaption{font-size:var(--16px)}}.post>figure img{height:auto;width:100%}.post>figure figcaption{margin-top:.8rem}.post>.photo-grid__caption+.photo-grid{margin-top:3.2rem}.post>.fullbleed{grid-column:full-start/full-end}.post>.wide{grid-column:wide-start/wide-end}@media(min-width:768px){.post>.narrow{display:block;width:80%;margin-left:auto;margin-right:auto}}.post li div:has(code[class*=language-]),.post>p div{display:inline}.post .post__date{color:var(--foreground--muted);font-size:var(--16px);margin-top:0}.post figure[data-rehype-pretty-code-figure]{text-align:left}.post figure[data-rehype-pretty-code-figure] pre{border-radius:8px;overflow-x:auto;padding:2rem 0}.post figure[data-rehype-pretty-code-figure] pre [data-line]{text-wrap:break-word;padding:0 2rem}.post-navigation{border-top:1px solid rgba(70,83,98,.15);margin-top:6.4rem}@media(prefers-color-scheme:dark){.post-navigation{border-top-color:rgba(241,241,241,.25)}}.post-navigation__links{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}@media(min-width:768px){.post-navigation__links{grid-template-columns:1fr 1fr;gap:2rem}}.post-navigation__previous{justify-self:start}.post-navigation__previous .post-navigation__direction{margin-left:-.5em}.post-navigation__next{justify-self:end;text-align:right}.post-navigation__next .post-navigation__direction{margin-left:auto;margin-right:-.5em}.post-navigation__link{display:flex;flex-direction:column;gap:.25rem;padding:1rem 0;border:1px solid var(--color-border);border-radius:.5rem;text-decoration:none}.post-navigation__link:focus,.post-navigation__link:hover{text-decoration:underline;-webkit-text-decoration-color:var(--link-underline-color);text-decoration-color:var(--link-underline-color)}.post-navigation__direction{display:flex;align-items:center;color:var(--color-text-muted);font-size:var(--14px);font-weight:400}.post-navigation__title{color:var(--color-text);line-height:1.3}@media(min-width:768px){.post-navigation__title{font-size:var(--20px)}.post-navigation__link--next .post-navigation__direction,.post-navigation__link--next .post-navigation__title{align-self:flex-end}}