.unit-gallery__swiper-desktop .swiper-slide .grid>div{min-height:0}.unit-gallery__next-desktop.swiper-button-disabled,.unit-gallery__next-mobile.swiper-button-disabled,.unit-gallery__prev-desktop.swiper-button-disabled,.unit-gallery__prev-mobile.swiper-button-disabled{pointer-events:none;svg path{stroke:var(--color-neutral-300)}}.unit-gallery__cta{background-image:linear-gradient(79deg,#ff6f00,#eb4c18 50%,#d7282f);line-height:1.4}.unit-gallery__cta.is-glowing{animation:unit-gallery-cta-glow 1.6s ease-in-out 2}@keyframes unit-gallery-cta-glow{0%{box-shadow:0 0 0 0 rgba(255,111,0,.55)}50%{box-shadow:0 0 18px 5px rgba(255,111,0,.75)}to{box-shadow:0 0 0 0 rgba(255,111,0,0)}}@media (prefers-reduced-motion:reduce){.unit-gallery__cta.is-glowing{animation:none}}.unit-gallery__viz-modal{align-items:center;animation:unit-gallery-viz-fade-in .25s ease;background:rgba(12,12,13,.6);display:flex;inset:0;justify-content:center;overflow-y:auto;padding:1rem;position:fixed;z-index:60}.unit-gallery__viz-modal.hidden{display:none}.unit-gallery__viz-close{align-items:center;background:transparent;border:none;color:#fff;cursor:pointer;display:flex;height:2rem;justify-content:center;position:absolute;right:1rem;top:1rem;width:2rem}.unit-gallery__viz-dialog{animation:unit-gallery-viz-slide-up .3s cubic-bezier(.2,.8,.2,1);background:#fff;border-radius:.5rem;box-shadow:0 16px 32px -4px rgba(12,12,13,.15),0 4px 8px -4px rgba(12,12,13,.08);max-height:90vh;max-width:32rem;overflow-y:auto;padding:1.5rem;width:100%}.unit-gallery__viz-stage[hidden]{display:none}.unit-gallery__viz-title{color:var(--color-neutral-800,#1f2937);font-size:1.25rem;font-weight:700;margin:0 0 .5rem}.unit-gallery__viz-sub{color:var(--color-neutral-600,#4b5563);font-size:.9375rem;line-height:1.4;margin:0 0 1.25rem}.unit-gallery__viz-form{display:flex;flex-direction:column;gap:.875rem}.unit-gallery__viz-label{color:var(--color-neutral-700,#404040);display:flex;flex-direction:column;font-size:.8125rem;font-weight:600;gap:.375rem}.unit-gallery__viz-label input[type=email],.unit-gallery__viz-label input[type=text],.unit-gallery__viz-label textarea{background:#fff;border:1px solid var(--color-neutral-300,#d1d5db);border-radius:.375rem;color:var(--color-neutral-800,#1f2937);font:inherit;font-size:.9375rem;font-weight:400;outline:none;padding:.625rem .75rem;transition:border-color .15s ease,box-shadow .15s ease}.unit-gallery__viz-label input:focus,.unit-gallery__viz-label textarea:focus{border-color:var(--color-brand-orange,#ff6f00);box-shadow:0 0 0 3px rgba(255,111,0,.15)}.unit-gallery__viz-label textarea{min-height:5rem;resize:vertical}.unit-gallery__viz-row{display:flex;gap:.75rem}.unit-gallery__viz-row>.unit-gallery__viz-label{flex:1}.unit-gallery__viz-swatches{display:grid;gap:.5rem;grid-template-columns:repeat(12,minmax(0,1fr));margin-top:.25rem}@media (max-width:480px){.unit-gallery__viz-swatches{grid-template-columns:repeat(6,minmax(0,1fr))}}.unit-gallery__viz-swatch{aspect-ratio:1;background:var(--c,#ccc);border:none;border-radius:9999px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);cursor:pointer;max-width:2.25rem;padding:0;transition:transform .15s ease,box-shadow .15s ease;width:100%}.unit-gallery__viz-swatch:hover{transform:scale(1.1)}.unit-gallery__viz-swatch.is-selected{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--c);transform:scale(1.05)}.unit-gallery__viz-swatch:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--c);outline:none}.unit-gallery__viz-submit{align-self:flex-start;margin-top:.5rem}.unit-gallery__viz-error{background:#fef2f2;border:1px solid #fecaca;border-radius:.375rem;color:#b91c1c;font-size:.8125rem;margin:0;padding:.5rem .75rem}.unit-gallery__viz-stage[data-viz-stage=loading]{align-items:center;display:flex;flex-direction:column;gap:.75rem;padding:1rem 0;text-align:center}.unit-gallery__viz-stage[data-viz-stage=loading][hidden]{display:none}.unit-gallery__viz-loading-title{color:var(--color-neutral-800,#1f2937);font-size:1rem;font-weight:700;margin:.5rem 0 0}.unit-gallery__viz-loading-sub{color:var(--color-neutral-500,#6b7280);font-size:.875rem;margin:0}.unit-gallery__loader-orb{align-items:center;animation:unit-gallery-orb-pulse 2.4s ease-in-out infinite;background:radial-gradient(circle,rgba(255,111,0,.18) 0,rgba(255,111,0,0) 70%);border-radius:50%;display:flex;height:6rem;justify-content:center;width:6rem}.unit-gallery__loader-sparkle{animation:unit-gallery-sparkle-spin 4s ease-in-out infinite;height:3.25rem;width:3.25rem}.unit-gallery__viz-result-img{border-radius:.375rem;display:block;height:auto;margin:.5rem 0 1rem;width:100%}.unit-gallery__viz-actions{display:flex;flex-wrap:wrap;gap:.75rem}@keyframes unit-gallery-viz-fade-in{0%{opacity:0}to{opacity:1}}@keyframes unit-gallery-viz-slide-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes unit-gallery-orb-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@keyframes unit-gallery-sparkle-spin{0%,to{transform:rotate(0deg) scale(1)}50%{transform:rotate(180deg) scale(1.08)}}@media (prefers-reduced-motion:reduce){.unit-gallery__loader-orb,.unit-gallery__loader-sparkle,.unit-gallery__viz-dialog,.unit-gallery__viz-modal{animation:none}}