.theme-dark .ruah-gallery{position:relative;padding-block:3.5rem;padding-inline:1.25rem;background-color:var(--color-surface-dark);overflow:hidden}@media(min-width:768px){.theme-dark .ruah-gallery{padding-block:7rem;padding-inline:2rem}}@media(min-width:1024px){.theme-dark .ruah-gallery{padding-block:9rem;padding-inline:3rem}}.theme-dark .ruah-gallery:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 30%,rgba(var(--color-accent-rgb, 198, 161, 91),.06),transparent 50%),radial-gradient(circle at 80% 70%,rgba(var(--color-accent-rgb, 198, 161, 91),.04),transparent 50%);pointer-events:none}.theme-dark .ruah-gallery__container{position:relative;max-width:1280px;margin-inline:auto}.theme-dark .ruah-gallery__header{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:1rem;margin-bottom:clamp(2.5rem,5vw,4rem)}.theme-dark .ruah-gallery__eyebrow{display:inline-flex;align-items:center;gap:.75rem;font-family:var(--font-heading, var(--font-display));font-size:.75rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:var(--color-accent)}.theme-dark .ruah-gallery__eyebrow:before{content:"";display:inline-block;width:2.5rem;height:1px;background-color:var(--color-accent)}@media(min-width:768px){.theme-dark .ruah-gallery__eyebrow{font-size:.875rem}.theme-dark .ruah-gallery__eyebrow:before{width:3rem}}.theme-dark .ruah-gallery__title{font-family:var(--font-display);color:var(--color-text-heading);font-size:clamp(2rem,5vw,3.25rem);line-height:1.1;letter-spacing:-.01em;margin:0}.theme-dark .ruah-gallery__subtitle{max-width:38rem;margin:0 auto;font-family:var(--font-body);font-size:1rem;line-height:1.6;color:var(--color-text-on-dark);opacity:.85}@media(min-width:768px){.theme-dark .ruah-gallery__subtitle{font-size:1.0625rem}}.theme-dark .ruah-gallery__carousel{position:relative;display:flex;align-items:center;justify-content:center;gap:1rem}.theme-dark .ruah-gallery__track{position:relative;width:100%;height:clamp(380px,55vw,560px);perspective:1400px;transform-style:preserve-3d}.theme-dark .ruah-gallery__slide{position:absolute;top:50%;left:50%;width:clamp(280px,50vw,640px);height:100%;padding:0;border:none;background:transparent;cursor:pointer;transform:translate(-50%,-50%) translate(calc(var(--offset) * 56%)) scale(calc(1 - min(abs(var(--offset)) * .18,.45)));transition:transform .6s cubic-bezier(.22,1,.36,1),opacity .6s ease,filter .6s ease;filter:brightness(.4) blur(2px);opacity:.55;z-index:calc(10 - min(abs(var(--offset)),10))}@supports not (width: abs(1px)){.theme-dark .ruah-gallery__slide{transform:translate(-50%,-50%) translate(calc(var(--offset) * 56%))}}.theme-dark .ruah-gallery__slide--active{transform:translate(-50%,-50%) scale(1);filter:brightness(1) blur(0);opacity:1;z-index:20}.theme-dark .ruah-gallery__slide:focus-visible{outline:2px solid var(--color-accent);outline-offset:6px}.theme-dark .ruah-gallery__slide-inner{position:relative;width:100%;height:100%;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background-color:var(--color-surface);box-shadow:0 30px 60px -20px #000000b3}.theme-dark .ruah-gallery__slide--active .ruah-gallery__slide-inner{border-color:rgba(var(--color-accent-rgb, 198, 161, 91),.4);box-shadow:0 40px 80px -20px #000c,0 0 0 1px rgba(var(--color-accent-rgb, 198, 161, 91),.2),0 0 40px -10px rgba(var(--color-accent-rgb, 198, 161, 91),.25)}.theme-dark .ruah-gallery__media{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.theme-dark .ruah-gallery__play-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:56px;height:56px;display:flex;align-items:center;justify-content:center;background-color:var(--color-accent);color:var(--color-surface-dark);border-radius:50%;pointer-events:none;box-shadow:0 10px 30px #00000080;opacity:.92}.theme-dark .ruah-gallery__nav{position:relative;z-index:30;flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#0f0f0fb3;border:1px solid rgba(255,255,255,.12);border-radius:50%;color:var(--color-text-on-dark);cursor:pointer;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:all .25s ease}.theme-dark .ruah-gallery__nav:hover{background:rgba(var(--color-accent-rgb, 198, 161, 91),.15);border-color:rgba(var(--color-accent-rgb, 198, 161, 91),.5);color:var(--color-accent);transform:scale(1.08)}.theme-dark .ruah-gallery__nav:focus-visible{outline:2px solid var(--color-accent);outline-offset:4px}@media(max-width:768px){.theme-dark .ruah-gallery__nav{width:40px;height:40px}}.theme-dark .ruah-gallery__dots{display:flex;justify-content:center;gap:.5rem;margin-top:clamp(2rem,4vw,3rem)}.theme-dark .ruah-gallery__dot{width:8px;height:8px;padding:0;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:transparent;cursor:pointer;transition:all .3s ease}.theme-dark .ruah-gallery__dot:hover{border-color:rgba(var(--color-accent-rgb, 198, 161, 91),.6)}.theme-dark .ruah-gallery__dot--active{background-color:var(--color-accent);border-color:var(--color-accent);width:28px;border-radius:4px}@media(max-width:768px){.theme-dark .ruah-gallery__slide{width:clamp(260px,80vw,400px);transform:translate(-50%,-50%) translate(calc(var(--offset) * 85%)) scale(calc(1 - min(abs(var(--offset)) * .25,.6)))}}.theme-dark .ruah-gallery__lightbox{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#000000f2;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);animation:ruah-gallery-fade .25s ease;padding:2rem}@keyframes ruah-gallery-fade{0%{opacity:0}to{opacity:1}}.theme-dark .ruah-gallery__lightbox-content{position:relative;max-width:min(90vw,1200px);max-height:85vh;display:flex;align-items:center;justify-content:center}.theme-dark .ruah-gallery__lightbox-media{max-width:100%;max-height:85vh;-o-object-fit:contain;object-fit:contain;border-radius:4px;box-shadow:0 30px 80px #000c}.theme-dark .ruah-gallery__lightbox-close,.theme-dark .ruah-gallery__lightbox-nav{position:absolute;z-index:10000;display:flex;align-items:center;justify-content:center;background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:var(--color-text-on-dark);border-radius:50%;cursor:pointer;transition:all .25s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.theme-dark .ruah-gallery__lightbox-close{top:1.5rem;right:1.5rem;width:48px;height:48px}.theme-dark .ruah-gallery__lightbox-nav{top:50%;transform:translateY(-50%);width:56px;height:56px}.theme-dark .ruah-gallery__lightbox-nav--prev{left:1.5rem}.theme-dark .ruah-gallery__lightbox-nav--next{right:1.5rem}.theme-dark .ruah-gallery__lightbox-close:hover,.theme-dark .ruah-gallery__lightbox-nav:hover{background:rgba(var(--color-accent-rgb, 198, 161, 91),.2);border-color:rgba(var(--color-accent-rgb, 198, 161, 91),.5);color:var(--color-accent)}.theme-dark .ruah-gallery__lightbox-counter{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);font-family:var(--font-body);font-size:.85rem;letter-spacing:.2em;color:var(--color-text-on-dark);opacity:.75;background:#00000080;padding:.5rem 1rem;border-radius:999px;border:1px solid rgba(255,255,255,.1)}@media(max-width:768px){.theme-dark .ruah-gallery__lightbox-nav{width:44px;height:44px}.theme-dark .ruah-gallery__lightbox-nav--prev{left:.75rem}.theme-dark .ruah-gallery__lightbox-nav--next{right:.75rem}}@media(prefers-reduced-motion:reduce){.theme-dark .ruah-gallery__slide,.theme-dark .ruah-gallery__nav,.theme-dark .ruah-gallery__dot{transition:none}}@media(max-width:1023px){.theme-dark .ruah-gallery__nav{display:none}}.theme-dark .ruah-gallery__progress{position:relative;width:280px;max-width:60%;height:1px;margin:clamp(2rem,4vw,2.5rem) auto 0;background-color:#ffffff14;overflow:hidden;pointer-events:none}@media(max-width:768px){.theme-dark .ruah-gallery__progress{width:180px;max-width:50%}}.theme-dark .ruah-gallery__progress-bar{display:block;width:100%;height:100%;background-color:var(--color-accent);box-shadow:0 0 10px var(--color-accent),0 0 4px var(--color-accent);transform:scaleX(0);transform-origin:left center;animation-name:ruah-gallery-progress;animation-timing-function:linear;animation-iteration-count:1;animation-fill-mode:forwards;will-change:transform}@keyframes ruah-gallery-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.theme-dark .ruah-gallery__progress+.ruah-gallery__dots{margin-top:1rem}@media(prefers-reduced-motion:reduce){.theme-dark .ruah-gallery__progress{display:none}}
