:root{color-scheme:light;--paper: #f7f4ee;--paper-strong: #fffdf8;--ink: #1d1d1b;--muted: #66625b;--line: rgba(29, 29, 27, .16);--forest: #26483d;--teal: #0f6c75;--plum: #6f415d;--rose: #b86f62;--shadow: 0 18px 60px rgba(24, 23, 20, .12);--max: 1180px}*{box-sizing:border-box}html{background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;scroll-behavior:smooth}body{margin:0;min-width:320px;overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}.skip-link{position:fixed;inset-block-start:10px;inset-inline-start:10px;z-index:50;transform:translateY(-140%);background:var(--ink);color:var(--paper);padding:10px 14px;border-radius:6px}.skip-link:focus{transform:translateY(0)}.site-header{position:fixed;inset:0 0 auto;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px clamp(18px,4vw,48px);color:var(--paper-strong);mix-blend-mode:difference}.brand,.site-nav,.site-footer nav{display:flex;align-items:center;gap:14px}.brand{font-size:.86rem;font-weight:700;letter-spacing:0;text-transform:uppercase}.brand-mark{width:10px;height:10px;border:1px solid currentColor;border-radius:50%}.site-nav{flex-wrap:wrap;justify-content:flex-end;font-size:.92rem}.site-nav a,.site-footer a{border-bottom:1px solid transparent}.site-nav a:hover,.site-footer a:hover{border-color:currentColor}.hero{position:relative;overflow:hidden;background:var(--paper)}.album-hero:after{content:"";position:absolute;inset:0;z-index:-1;background:#00000047}.hero-image{width:100%;height:auto;object-fit:contain}.hero>picture,.photo-tile picture,.carousel-slide picture,.album-card picture{display:block}.album-hero>picture{position:absolute;inset:0;z-index:-2;display:block}.album-hero>picture>img{width:100%;height:100%;object-fit:cover}.eyebrow{margin:0 0 10px;color:currentColor;font-size:.72rem;font-weight:800;letter-spacing:0;text-transform:uppercase;opacity:.72}h1,h2,h3,p{margin-block-start:0}h1{margin-block-end:16px;font-size:3.15rem;line-height:.92;letter-spacing:0;text-wrap:balance;overflow-wrap:break-word}.pager{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px}.primary-action,.secondary-action{display:inline-flex;min-height:44px;align-items:center;justify-content:center;border:1px solid currentColor;border-radius:6px;padding:0 18px;font-weight:700}.primary-action{background:var(--paper-strong);color:var(--ink);border-color:var(--paper-strong)}.secondary-action{color:inherit}.section{width:min(var(--max),calc(100% - 36px));margin:0 auto;padding:clamp(56px,8vw,96px) 0}.home-masonry{padding-top:clamp(24px,5vw,56px)}.section-heading{display:grid;grid-template-columns:minmax(0,.8fr) minmax(220px,.45fr);gap:28px;align-items:end;margin-bottom:clamp(26px,5vw,44px)}.section-heading h2,.page-hero h1,.album-hero h1{margin:0;font-size:2.35rem;line-height:1;letter-spacing:0;text-wrap:balance}.section-heading p:last-child{margin:0;color:var(--muted);line-height:1.7}.masonry,.album-photo-grid{column-count:2;column-gap:12px}.photo-tile{position:relative;display:block;margin:0 0 12px;break-inside:avoid;overflow:hidden;border-radius:8px;background:#ded8cc}.photo-tile img{width:100%;backface-visibility:hidden;transform:translateZ(0);transition:transform .12s cubic-bezier(.2,0,0,1);will-change:transform}.photo-tile span{position:absolute;inset:auto 10px 10px;display:grid;gap:2px;color:#fffaf0;opacity:0;transform:translateY(4px);transition:opacity .18s ease,transform .18s ease;text-shadow:0 1px 12px rgba(0,0,0,.55)}.photo-tile small{font-size:.78rem;opacity:.78}.photo-tile:hover img{transform:translateZ(0) scale(1.018)}.photo-tile:hover span,.photo-tile:focus-visible span{opacity:1;transform:translateY(0)}.album-section{border-top:1px solid var(--line)}.home-album-list{display:grid;gap:0}.home-album-row{display:grid;grid-template-columns:minmax(220px,.34fr) minmax(0,.66fr);gap:clamp(24px,5vw,64px);align-items:center;padding:clamp(30px,6vw,68px) 0;border-bottom:1px solid var(--line)}.home-album-row:first-child{padding-top:0}.home-album-row:last-child{border-bottom:0}.home-album-copy{display:block}.home-album-copy h3{margin:0 0 14px;font-size:2.35rem;line-height:1;letter-spacing:0}.home-album-copy p:not(.eyebrow){max-width:360px;margin:0 0 18px;color:var(--muted);line-height:1.7}.home-album-copy span{color:var(--teal);font-size:.88rem;font-weight:800}.album-carousel{--visible-count: 3;position:relative;display:grid;gap:18px;padding:0 58px;color:var(--muted)}.carousel-window{overflow:hidden;padding:10px 0 18px}.carousel-track{display:grid;grid-template-columns:repeat(var(--visible-count),minmax(0,1fr));gap:clamp(10px,1.35vw,18px);align-items:stretch}.carousel-slide{display:none;aspect-ratio:1 / 1;contain:paint;overflow:hidden;background:#ded8cc;border-radius:1px;box-shadow:0 14px 34px #18171438;transform:translateZ(0)}.carousel-slide.is-visible{display:block}.carousel-slide img{width:100%;height:100%;backface-visibility:hidden;object-fit:cover;transform:translateZ(0);transition:transform .11s cubic-bezier(.2,0,0,1);will-change:transform}.carousel-slide picture{width:100%;height:100%}.carousel-slide:hover img,.carousel-slide:focus-visible img{transform:translateZ(0) scale(1.018)}.carousel-control{appearance:none;position:absolute;top:calc(50% - 26px);z-index:6;display:grid;width:52px;height:52px;place-items:center;border:1px solid rgba(29,29,27,.1);border-radius:50%;background:#fffdf8bd;box-shadow:0 10px 26px #1817141f;color:var(--muted);cursor:pointer;opacity:.76;touch-action:manipulation;transition:background-color .11s ease,color .11s ease,opacity .11s ease,transform .11s cubic-bezier(.2,0,0,1)}.carousel-control:hover,.carousel-control:focus-visible{background:var(--paper-strong);color:var(--ink);opacity:1}.carousel-control:focus-visible{outline:2px solid var(--teal);outline-offset:4px}.carousel-control svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.35}.carousel-control.previous{left:0}.carousel-control.previous:hover{transform:translate(-2px)}.carousel-control.next{right:0}.carousel-control.next:hover{transform:translate(2px)}.carousel-control.next svg{transform:rotate(180deg)}.carousel-dots{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;padding:0 4px}.carousel-dots button{appearance:none;width:11px;height:11px;border:0;border-radius:50%;background:currentColor;cursor:pointer;opacity:.28;padding:0;transition:opacity .11s ease,transform .11s cubic-bezier(.2,0,0,1)}.carousel-dots button:hover,.carousel-dots button:focus-visible{opacity:.56}.carousel-dots button:focus-visible{outline:2px solid var(--teal);outline-offset:4px}.carousel-dots button.active{opacity:.78;transform:scale(1.08)}.album-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.album-grid.large{grid-template-columns:repeat(2,minmax(0,1fr))}.album-card{display:grid;gap:18px;background:var(--paper-strong);border:1px solid var(--line);border-radius:8px;overflow:hidden;box-shadow:none;transition:transform .18s ease,box-shadow .18s ease}.album-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.album-card img{width:100%;aspect-ratio:4 / 5;object-fit:cover}.album-card div{padding:0 18px 20px}.album-card h2,.album-card h3{margin:0 0 10px;font-size:1.45rem;line-height:1.12}.album-card p:not(.eyebrow){color:var(--muted);line-height:1.65}.album-card span{color:var(--teal);font-size:.86rem;font-weight:800}.page-hero{min-height:52svh;display:grid;align-items:end;background:var(--forest);color:var(--paper-strong);padding:130px clamp(18px,4vw,48px) 56px}.page-hero.compact{min-height:42svh}.page-hero>div{width:min(var(--max),100%);margin:0 auto}.page-hero p:not(.eyebrow){max-width:660px;margin:18px 0 0;line-height:1.8}.album-hero{position:relative;min-height:min(74svh,720px);isolation:isolate;display:grid;align-items:end;overflow:hidden;color:var(--paper-strong);padding:130px clamp(18px,4vw,48px) 60px}.album-hero>div{width:min(var(--max),100%);margin:0 auto}.album-hero p:not(.eyebrow){max-width:620px;margin:18px 0 16px;line-height:1.8}.album-hero span{font-weight:800}.album-meta{display:flex;flex-wrap:wrap;gap:10px;padding-bottom:0}.album-meta span{border:1px solid var(--line);border-radius:999px;padding:8px 12px;color:var(--plum);background:var(--paper-strong);font-size:.86rem;font-weight:800}.prose{max-width:820px;line-height:1.8}.prose h2{margin-top:28px;font-size:1.45rem}code{border:1px solid var(--line);border-radius:4px;background:var(--paper-strong);padding:.12em .35em}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 auto;width:min(var(--max),calc(100% - 36px));padding:32px 0 46px;border-top:1px solid var(--line);color:var(--muted);font-size:.92rem}.site-footer p{margin:0}@media(min-width:700px){h1{font-size:5rem}.section-heading h2,.page-hero h1,.album-hero h1{font-size:3.4rem}.album-card h2,.album-card h3{font-size:1.7rem}.home-album-copy h3{font-size:3.2rem}.masonry,.album-photo-grid{column-count:3;column-gap:16px}.photo-tile{margin-bottom:16px}}@media(min-width:1060px){h1{font-size:7rem}.section-heading h2,.page-hero h1,.album-hero h1{font-size:4.6rem}.album-card h2,.album-card h3{font-size:1.9rem}.home-album-copy h3{font-size:4rem}.masonry,.album-photo-grid{column-count:4}}@media(max-width:980px){.album-carousel{--visible-count: 2;padding:0 48px}}@media(max-width:780px){.site-header{align-items:flex-start;flex-direction:column;gap:8px;padding:14px 18px}.brand{max-width:none}.site-nav{width:100%;max-width:none;gap:8px 12px;justify-content:flex-start;font-size:.82rem}.hero{min-height:0}.section-heading,.album-grid,.album-grid.large,.home-album-row{grid-template-columns:1fr}.home-album-copy h3{font-size:2.4rem}.album-carousel{gap:14px}.carousel-control{top:calc(50% - 20px);width:40px;height:40px}.carousel-control svg{width:23px;height:23px}.section{width:min(100% - 28px,var(--max))}.site-footer{align-items:flex-start;flex-direction:column}}@media(max-width:640px){.album-carousel{--visible-count: 1;padding:0 42px}}
