.hero .hero-img{object-position:center 40%}.hero-image[data-living-clip]{cursor:pointer}.hero-living-video{position:absolute;inset:0;z-index:0;opacity:0;transition:opacity .85s ease;pointer-events:none;overflow:hidden}.hero-living-video.is-visible{opacity:1}.hero-living-clip{position:absolute;top:40%;left:50%;width:177.78vh;min-width:100%;min-height:56.25vw;height:100vh;transform:translate(-50%,-50%);border:0;pointer-events:none;object-fit:cover;filter:contrast(1.05) brightness(.9) sepia(.08)}.hero-living-replay{position:absolute;bottom:6rem;left:2.5rem;z-index:2;display:inline-flex;align-items:center;gap:.55rem;padding:.55rem .85rem;border:1px solid rgba(244,239,230,.35);border-radius:999px;background:#1f1b1773;color:var(--paper);font-family:var(--mono);font-size:.58rem;letter-spacing:.14em;text-transform:uppercase;opacity:0;pointer-events:none;transition:opacity .35s ease,background .25s ease,border-color .25s ease;backdrop-filter:blur(6px)}.hero-living-replay.is-visible{opacity:.72;pointer-events:auto}.hero-living-replay:hover,.hero-living-replay:focus-visible{opacity:1;background:#1f1b179e;border-color:#f4efe68c;outline:none}.hero-living-replay-icon{font-size:.72rem;line-height:1}@media (max-width: 600px){.hero-living-replay{bottom:5rem;left:1.5rem}}.gallery-section{padding:5rem 2.5rem;border-bottom:1px solid var(--rule);scroll-margin-top:5rem}.gallery-section:nth-child(2n){background:var(--paper-warm)}.gallery-section-inner{max-width:1400px;margin:0 auto}.gallery-section h2{font-family:var(--display);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:300;line-height:1.1;letter-spacing:-.02em;margin-bottom:.5rem;font-variation-settings:"opsz" 144}.gallery-section-desc{font-size:1rem;color:var(--ink-soft);margin-bottom:2.5rem;font-style:italic}.gallery-section-desc a{color:var(--copper);border-bottom:1px solid var(--copper);text-decoration:none}.gallery-section-desc a:hover{color:var(--ink);border-bottom-color:var(--ink)}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.gallery-item{overflow:hidden;background:var(--ink);display:block}.gallery-item--lightbox{cursor:zoom-in}.gallery-item--lightbox:focus-visible{outline:2px solid var(--copper);outline-offset:2px}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;opacity:.92;transition:opacity .3s,transform .4s ease;aspect-ratio:4/3}.gallery-item:hover img{opacity:1;transform:scale(1.04)}.gallery-item figcaption{font-family:var(--mono);font-size:.58rem;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-soft);padding:.5rem 0 0;line-height:1.6}.gallery-item--wide{grid-column:span 2}.gallery-item--wide img{aspect-ratio:21 / 9}.section-forthcoming-note{font-family:var(--body);font-size:1.05rem;font-style:italic;color:var(--ink-soft);padding:1.5rem 0 0 1.25rem;border-left:3px solid var(--copper);max-width:36rem;line-height:1.6}.history-section{background:var(--ink);color:var(--paper);padding:5rem 2.5rem;scroll-margin-top:5rem}.history-section .section-eyebrow{color:var(--patina)}.history-section .section-eyebrow:before{background:var(--patina)}.history-section h2{font-family:var(--display);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:300;line-height:1.1;letter-spacing:-.02em;margin-bottom:.5rem;font-variation-settings:"opsz" 144}.history-section-desc{font-size:1rem;color:#f4efe6a6;margin-bottom:2.5rem;font-style:italic}.history-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.history-item{overflow:hidden;display:block}.history-item img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;display:block;filter:contrast(1.06) brightness(.95) sepia(.12);opacity:.88;transition:opacity .3s}.history-item:hover img{opacity:1}.history-item figcaption{font-family:var(--mono);font-size:.58rem;letter-spacing:.1em;text-transform:uppercase;color:#f4efe673;padding:.5rem 0 0;line-height:1.6}.cta-section{padding:6rem 2.5rem;text-align:center}.cta-inner{max-width:560px;margin:0 auto}.cta-inner h2{font-family:var(--display);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:300;line-height:1.1;letter-spacing:-.02em;margin-bottom:1rem;font-variation-settings:"opsz" 144}.cta-inner p{font-size:1.05rem;color:var(--ink-soft);margin-bottom:2rem;line-height:1.6}@media (max-width: 900px){.gallery-grid,.history-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.hero{padding:10rem 1.5rem 4rem}.gallery-section,.history-section,.cta-section{padding:4rem 1.5rem}}body.gallery-lightbox-open{overflow:hidden}.gallery-lightbox{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;background:#14110ef0;backdrop-filter:blur(8px)}.gallery-lightbox[hidden]{display:none}.gallery-lightbox-figure{max-width:min(1200px,92vw);max-height:88vh;margin:0;display:flex;flex-direction:column;align-items:center;gap:.75rem}.gallery-lightbox-img{max-width:100%;max-height:calc(88vh - 3rem);width:auto;height:auto;object-fit:contain;display:block;box-shadow:0 24px 80px #00000073}.gallery-lightbox-caption{font-family:var(--mono);font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:#f4efe6b8;text-align:center;line-height:1.6}.gallery-lightbox-close,.gallery-lightbox-prev,.gallery-lightbox-next{position:absolute;border:1px solid rgba(244,239,230,.28);border-radius:999px;background:#1f1b178c;color:var(--paper);font-family:var(--mono);line-height:1;cursor:pointer;transition:background .2s ease,border-color .2s ease,opacity .2s ease;backdrop-filter:blur(6px)}.gallery-lightbox-close:hover,.gallery-lightbox-close:focus-visible,.gallery-lightbox-prev:hover,.gallery-lightbox-prev:focus-visible,.gallery-lightbox-next:hover,.gallery-lightbox-next:focus-visible{background:#1f1b17c7;border-color:#f4efe680;outline:none}.gallery-lightbox-close{top:1.25rem;right:1.25rem;width:2.5rem;height:2.5rem;font-size:1.35rem}.gallery-lightbox-prev,.gallery-lightbox-next{top:50%;transform:translateY(-50%);width:2.75rem;height:2.75rem;font-size:1.6rem}.gallery-lightbox-prev{left:1rem}.gallery-lightbox-next{right:1rem}.gallery-lightbox-prev[hidden],.gallery-lightbox-next[hidden]{display:none}@media (max-width: 600px){.gallery-lightbox{padding:1rem}.gallery-lightbox-prev{left:.5rem}.gallery-lightbox-next{right:.5rem}.gallery-lightbox-close{top:.75rem;right:.75rem}}.gallery-section,.history-section{scroll-margin-top:6rem}
