.ob-gallery{--ob-ink:#1c1c1c;--ob-muted:#4a4f59;--ob-paper:#f2f2f2;--ob-white:#ffffff;--ob-red:rgb(204,0,10);--ob-radius:6px;--ob-gap:14px;--ob-pad:clamp(20px,4vw,56px);--ob-max:1200px;width:100%;min-height:100vh;background:var(--ob-paper);color:var(--ob-ink);font-family:Geist,Geist Placeholder,Inter,system-ui,sans-serif;padding:150px var(--ob-pad) 80px;box-sizing:border-box}.ob-gallery__shell{width:100%;max-width:var(--ob-max);margin:0 auto}.ob-gallery__intro{display:flex;flex-direction:column;align-items:flex-start;gap:20px;margin:0 0 40px;width:100%}.ob-gallery__eyebrow{display:inline-flex;align-items:center;gap:10px;padding:6px 12px 6px 8px;border-radius:4px;background:var(--ob-white)}.ob-gallery__eyebrow-bar{width:8px;height:8px;border-radius:2px;background:var(--ob-red);flex:none}.ob-gallery__eyebrow-text{margin:0;font-size:12px;font-weight:600;letter-spacing:.08em;line-height:1;text-transform:uppercase;color:var(--ob-ink)}.ob-gallery__intro-row{width:100%;display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:16px 40px}.ob-gallery__title{margin:0;flex:1 1 auto;min-width:min(100%,280px);font-size:clamp(36px,6vw,64px);font-weight:500;letter-spacing:-.05em;line-height:1.05;color:var(--ob-ink)}.ob-gallery__lead{margin:0;flex:0 1 260px;max-width:260px;font-size:15px;line-height:1.5;letter-spacing:-.01em;color:var(--ob-muted);text-align:left}@media (min-width:800px){.ob-gallery__lead{text-align:right}}.ob-gallery__grid{display:grid;grid-template-columns:1fr;grid-gap:var(--ob-gap);gap:var(--ob-gap);width:100%}@media (min-width:700px){.ob-gallery__grid{grid-template-columns:repeat(6,1fr);grid-auto-rows:minmax(120px,14vw);gap:16px}.ob-gallery__cell.is-hero{grid-column:span 4;grid-row:span 2}.ob-gallery__cell.is-portrait,.ob-gallery__cell.is-square{grid-column:span 2;grid-row:span 2}}@media (min-width:1100px){.ob-gallery__grid{grid-auto-rows:minmax(140px,12vw);gap:18px}}.ob-gallery__cell{margin:0;min-width:0;overflow:hidden;border-radius:var(--ob-radius);background:#ddd}.ob-gallery__trigger{display:block;width:100%;height:100%;margin:0;padding:0;border:0;background:transparent;cursor:zoom-in;-webkit-appearance:none;-moz-appearance:none;appearance:none}.ob-gallery__trigger img{display:block;width:100%;height:100%;min-height:220px;object-fit:cover;transition:transform .45s ease}@media (min-width:700px){.ob-gallery__trigger img{min-height:0}}.ob-gallery__trigger:focus-visible img,.ob-gallery__trigger:hover img{transform:scale(1.03)}.ob-gallery__trigger:focus-visible{outline:2px solid var(--ob-red);outline-offset:-2px}.ob-gallery-lb{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:56px 72px 40px;box-sizing:border-box;background:rgba(28,28,28,.92)}.ob-gallery-lb__figure{margin:0;max-width:min(1200px,100%);max-height:100%;display:flex;flex-direction:column;align-items:center;gap:14px}.ob-gallery-lb__figure img{display:block;max-width:100%;max-height:calc(100vh - 140px);width:auto;height:auto;object-fit:contain;border-radius:4px}.ob-gallery-lb__cap{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px 24px;width:100%;max-width:720px;font-size:13px;letter-spacing:-.01em;color:rgba(255,255,255,.72)}.ob-gallery-lb__close,.ob-gallery-lb__nav{position:absolute;display:inline-flex;align-items:center;justify-content:center;border:0;background:rgba(255,255,255,.08);color:#fff;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:background .15s ease}.ob-gallery-lb__close:hover,.ob-gallery-lb__nav:hover{background:rgba(255,255,255,.16)}.ob-gallery-lb__close{top:16px;right:16px;width:44px;height:44px;border-radius:999px;font-size:28px;line-height:1}.ob-gallery-lb__nav{top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:999px;font-size:32px;line-height:1}.ob-gallery-lb__nav--prev{left:16px}.ob-gallery-lb__nav--next{right:16px}@media (max-width:699.98px){.ob-gallery{padding:110px 16px 48px}.ob-gallery__intro{margin-bottom:28px;gap:14px}.ob-gallery__title{font-size:clamp(32px,10vw,44px)}.ob-gallery__lead{max-width:none;flex-basis:100%}.ob-gallery__grid{gap:12px}.ob-gallery__trigger img{aspect-ratio:4/3;height:auto}.ob-gallery__cell.is-portrait .ob-gallery__trigger img{aspect-ratio:3/4}.ob-gallery-lb{padding:64px 12px 24px}.ob-gallery-lb__nav{display:none}}@media (prefers-reduced-motion:reduce){.ob-gallery__trigger img{transition:none}}