:root{--font-display:Cormorant Garamond,serif;--font-body:Plus Jakarta Sans,sans-serif;--color-maroon-950:#2a0a0a;--color-maroon-900:#3d0c0c;--color-maroon-700:#6b1010;--color-maroon-600:#8b1a1a;--color-maroon-500:#6b4c4c;--color-primary:#8b1a1a;--color-primary-hover:#6b1010;--color-heading:#3d0c0c;--color-body:#6b4c4c;--color-muted:#999080;--color-bg:#fff9f2;--color-surface:#fff;--color-border:#ede0cc;--color-wheat:wheat;--color-gold:#d4a055;--color-gold-dark:#c17f3e;--color-peach:#fdebd0;--color-green:#4caf50;--color-alert:#f44336;--shadow-sm:0 .125rem 1.25rem #2a0a0a14;--shadow-md:0 .25rem 1rem #6b10104d;--shadow-lg:0 .5rem 1.75rem #2a0a0a0f;--shadow-card:0 .25rem 1.5rem #2a0a0a0f}.photo-gallery{background:#fff9f2;padding:5rem 5%}.photo-gallery__grid{grid-template-columns:repeat(4,1fr);gap:.75rem;max-width:1600px;margin:auto;display:grid}.photo-gallery__item{aspect-ratio:4/3;border-radius:.875rem;position:relative;overflow:hidden}.photo-gallery__item-inner{cursor:pointer;border-radius:inherit;background:0 0;border:none;width:100%;height:100%;padding:0;display:block;position:relative;overflow:hidden}.photo-gallery__item-inner img{transition:transform .5s}.photo-gallery__item-inner:hover img{transform:scale(1.07)}.photo-gallery__item-inner:hover .photo-gallery__overlay{opacity:1}.photo-gallery__item-inner:focus-visible{outline-offset:3px;outline:2px solid #8b1a1a}.photo-gallery__overlay{opacity:0;background:linear-gradient(#0000 45%,#2a0a0ab8 100%);align-items:flex-end;padding:1.25rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.photo-gallery__caption{color:#fff;font-family:Plus Jakarta Sans,sans-serif;font-size:.8125rem;font-weight:500;line-height:1.4}.photo-gallery__load-more{justify-content:center;margin-top:2.5rem;display:flex}.photo-gallery__load-more-btn{color:#8b1a1a;cursor:pointer;border:1.5px solid #8b1a1a;border-radius:999px;padding:.75rem 2rem;font-family:Plus Jakarta Sans,sans-serif;font-size:.875rem;font-weight:600;transition:color .2s,background .2s,box-shadow .2s,transform .2s}.photo-gallery__load-more-btn:hover{color:#fff;background:#8b1a1a;box-shadow:0 .25rem 1rem #8b1a1a47}.photo-gallery__load-more-btn:focus-visible{outline-offset:2px;outline:2px solid #8b1a1a}.photo-gallery__load-more-btn:active{transform:scale(.97)}@media (max-width:900px){.photo-gallery__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.photo-gallery{padding:4rem 5%}.photo-gallery__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.photo-gallery__filters{gap:.5rem;margin-bottom:2rem}}
:root{--font-display:Cormorant Garamond,serif;--font-body:Plus Jakarta Sans,sans-serif;--color-maroon-950:#2a0a0a;--color-maroon-900:#3d0c0c;--color-maroon-700:#6b1010;--color-maroon-600:#8b1a1a;--color-maroon-500:#6b4c4c;--color-primary:#8b1a1a;--color-primary-hover:#6b1010;--color-heading:#3d0c0c;--color-body:#6b4c4c;--color-muted:#999080;--color-bg:#fff9f2;--color-surface:#fff;--color-border:#ede0cc;--color-wheat:wheat;--color-gold:#d4a055;--color-gold-dark:#c17f3e;--color-peach:#fdebd0;--color-green:#4caf50;--color-alert:#f44336;--shadow-sm:0 .125rem 1.25rem #2a0a0a14;--shadow-md:0 .25rem 1rem #6b10104d;--shadow-lg:0 .5rem 1.75rem #2a0a0a0f;--shadow-card:0 .25rem 1.5rem #2a0a0a0f}.video-gallery{background:#fff9f2;border-top:1px solid #ede0cc;padding:5rem 5%}.video-gallery__divider{background:wheat!important}.video-gallery__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1600px;margin:auto;display:grid}.video-gallery__card{background:#fff;border:1px solid #ede0cc;border-radius:1rem;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 .25rem 1.5rem #2a0a0a0f}.video-gallery__card:hover{transform:translateY(-4px);box-shadow:0 .75rem 2rem #2a0a0a1f}.video-gallery__card:hover .video-gallery__play{background:#8b1a1af2;transform:translate(-50%,-50%)scale(1.1)}.video-gallery__card:hover .video-gallery__thumb img{transform:scale(1.05)}.video-gallery__thumb{aspect-ratio:16/9;position:relative;overflow:hidden}.video-gallery__thumb img{object-fit:cover;width:100%;height:100%;transition:transform transform .5s ease;display:block}.video-gallery__overlay{pointer-events:none;background:linear-gradient(#0000 0%,#2a0a0a26 50%,#2a0a0a8c 100%);position:absolute;inset:0}.video-gallery__play{color:wheat;cursor:pointer;background:#8b1a1ad1;border:2px solid #f5deb38c;border-radius:50%;justify-content:center;align-items:center;width:3.25rem;height:3.25rem;padding:0;transition:transform .3s,background .3s,border-color .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-gallery__play svg{width:1.125rem;height:1.125rem;margin-left:.125rem}.video-gallery__play:hover{background:#8b1a1a;border-color:wheat}.video-gallery__play:focus-visible{outline-offset:3px;outline:2px solid wheat}.video-gallery__play:active{transform:translate(-50%,-50%)scale(.95)}.video-gallery__body{padding:1.25rem 1.5rem}.video-gallery__title{color:#3d0c0c;margin:0 0 .5rem;font-family:Cormorant Garamond,serif;font-size:1.0625rem;font-weight:600;line-height:1.35}.video-gallery__meta{color:#999080;align-items:center;gap:.5rem;margin:0;font-family:Plus Jakarta Sans,sans-serif;font-size:.8rem;display:flex}.video-gallery__tag{color:#c17f3e;font-weight:600}.video-gallery__dot{color:#ede0cc}.video-gallery__modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#2a0a0ad9;justify-content:center;align-items:center;padding:1.25rem;animation:.2s vg-backdrop-in;display:flex;position:fixed;inset:0}@keyframes vg-backdrop-in{0%{opacity:0}to{opacity:1}}.video-gallery__modal{width:100%;max-width:900px;animation:.25s cubic-bezier(.34,1.56,.64,1) vg-modal-in;position:relative}@keyframes vg-modal-in{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.video-gallery__iframe-wrap{aspect-ratio:16/9;border-radius:1rem;width:100%;position:relative;overflow:hidden;box-shadow:0 2rem 4rem #2a0a0a99}.video-gallery__iframe-wrap iframe{width:100%;height:100%;display:block}.video-gallery__modal-close{color:wheat;cursor:pointer;background:#f5deb31f;border:1px solid #f5deb34d;border-radius:50%;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;padding:0;transition:background .3s,border-color .3s;display:flex;position:absolute;top:-3rem;right:0}.video-gallery__modal-close svg{width:1rem;height:1rem}.video-gallery__modal-close:hover{background:#f5deb340;border-color:wheat}.video-gallery__modal-close:focus-visible{outline-offset:3px;outline:2px solid wheat}.video-gallery__modal-close:active{transform:scale(.92)}@media (max-width:900px){.video-gallery__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (max-width:600px){.video-gallery{padding:4rem 5%}.video-gallery__grid{grid-template-columns:1fr;gap:1.25rem}}
