.spaces-carousel{flex-direction:column;align-items:center;gap:18px;width:100%;display:flex}.spaces-carousel-frame{width:100%;max-width:360px;position:relative}.spaces-carousel-viewport{border-radius:16px;width:100%;overflow:hidden}.spaces-carousel-track{width:100%;transition:transform .32s cubic-bezier(.2,.8,.2,1);display:flex}.spaces-carousel-card{background:#fff;border:1px solid #523d2d1a;border-radius:16px;flex-direction:column;flex:0 0 100%;width:100%;min-width:0;text-decoration:none;transition:box-shadow .16s;display:flex;overflow:hidden;box-shadow:0 6px 24px #170f0c2e}.spaces-carousel-card:hover{box-shadow:0 10px 28px #170f0c3d}.spaces-carousel-cover{aspect-ratio:4/3;flex:none;width:100%}.spaces-carousel-body{background:#fff;flex:auto;min-height:120px;padding:18px 20px 22px}.spaces-carousel-title{font-family:var(--font-serif,"Playfair Display", "Cormorant Garamond", Georgia, serif);color:#17171c;letter-spacing:0;overflow-wrap:break-word;margin:0 0 8px;font-size:22px;font-weight:600;line-height:1.2}.spaces-carousel-tagline{font-family:var(--font-sans,Lato, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif);color:#5b5b66;overflow-wrap:break-word;margin:0;font-size:14px;line-height:1.5}.spaces-carousel-arrow{color:#17171c;cursor:pointer;z-index:2;background:#fffffff2;border:1px solid #523d2d2e;border-radius:9999px;justify-content:center;align-items:center;width:40px;height:40px;transition:opacity .16s,transform .16s,background .16s;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 14px #170f0c52}.spaces-carousel-arrow:hover:not(:disabled){background:#fff;transform:translateY(-50%)scale(1.06)}.spaces-carousel-arrow:disabled{opacity:.35;cursor:default}.spaces-carousel-arrow-left{left:-20px}.spaces-carousel-arrow-right{right:-20px}.spaces-carousel-dots{gap:6px;display:inline-flex}.spaces-carousel-dot{cursor:pointer;background:#f3ead94d;border:0;border-radius:9999px;width:7px;height:7px;padding:0;transition:background .16s,transform .16s}.spaces-carousel-dot.is-active{background:var(--v2-tan,#c9a584);transform:scale(1.3)}@media (max-width:640px){.spaces-carousel-frame{max-width:100%;padding:0 36px}}
