.boat-card{display:flex;flex-flow:column nowrap;height:100%;position:relative}.boat-card .text{flex:1;order:1}.boat-card .text .stretched-link{color:var(--color-primary);text-decoration:none}.boat-card .text .stretched-link:focus-visible{outline:none}.boat-card .specs{align-items:center;border-top:.1rem solid var(--color-secondary);justify-content:space-between;margin-top:1.4rem;order:2;padding-top:1.4rem}.boat-card .specs .spec{align-items:center;display:flex;font-size:1.4rem;font-weight:100;gap:.7rem;margin-right:3.7rem}.boat-card .specs .length svg{width:4.4rem}.boat-card .specs .passengers svg{width:3rem}.boat-card .specs .beds svg{width:1.8rem}.boat-card .image{border-radius:1.5rem;margin-bottom:2rem;order:0;overflow:hidden;position:relative}.boat-card .image .price{background-color:var(--color-secondary);border-radius:1.5rem 0;bottom:0;padding:.7rem 2rem;position:absolute;right:0;z-index:1}.boat-card .image .boat-sold,.boat-card .image .coming-soon{background-color:var(--color-primary);border-radius:0 1.5rem;color:var(--color-white);padding:.7rem 2rem;position:absolute;right:0;top:0;z-index:1}.boat-card .image .boat-sold{background-color:var(--color-primary)}.boat-card .image .placeholder{background-color:var(--color-gray)}.boat-card .image .placeholder,.boat-card .image picture{aspect-ratio:1.52/1;display:block}.boat-card .image picture img{display:block;height:100%;object-fit:cover;transform:scale(1);transition:transform .5s var(--transition-timing-function);width:100%}@media (any-hover:hover){.boat-card:has(.stretched-link):hover .image picture img{transform:scale(1.1)}}.boat-card:has(.stretched-link):focus-within .image picture img{transform:scale(1.1)}.boat-card:has(.stretched-link:focus-visible):after{background-color:rgba(var(--color-secondary-rgb),var(--box-shadow-opacity));border-radius:2rem;content:"";height:calc(100% + 2rem);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% + 2rem);z-index:-1}@media (max-width:768px){.boat-card .specs .spec{align-items:flex-start;flex-direction:column;margin-right:0}.boat-card .specs .beds svg{height:1.8rem;width:auto}}