.DatesPricesSection{width:80vw;padding:6rem 4rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:1.2rem;background-color:rgba(var(--bg))}.DPTitlerow{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center}.DPTitle{color:rgba(var(--fg-title));font-size:2.4rem;font-weight:800;font-family:Oswald,sans-serif;text-align:center}.DPSeasonrow{width:100%;margin-bottom:2rem;display:flex;flex-direction:row;justify-content:center;align-items:center}.DPSeason{color:rgba(var(--fg-title));font-size:1rem;font-weight:600;letter-spacing:.12em;text-align:center}.DPBoatscolumn{width:80vw;padding:6rem 4rem;flex-direction:column;gap:5rem}.DPBoatrow,.DPBoatscolumn{display:flex;justify-content:flex-start;align-items:flex-start}.DPBoatrow{width:100%;flex-direction:row;gap:4rem}.DPBoatInfocolumn{width:22vw;flex-shrink:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem}.DPBoatImageWrapper{width:100%;height:18vh;position:relative;overflow:hidden;border-radius:2px}.DPBoatImage{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.DPBoatName{color:rgba(var(--fg-high));font-size:1.05rem;font-weight:700}.DPBoatDescription{color:rgba(var(--fg-low));font-size:.88rem;font-weight:400;line-height:1.7}.DPDatescolumn{flex:1;align-items:stretch}.DPDateBlock,.DPDatescolumn{display:flex;flex-direction:column;justify-content:flex-start}.DPDateBlock{width:45vw;align-items:center;border-bottom:1px solid rgba(var(--border-low))}.DPDateRow{width:100%;padding:1rem .5rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center;background:none;border:none;cursor:pointer}.DPDateRow:hover{background-color:rgba(var(--objects))}.DPDateRowLeft{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.6rem}.DPHotIcon{font-size:.9rem}.DPDatesLabel{color:rgba(var(--fg-title));font-size:1rem;font-weight:700;font-family:Oswald,sans-serif;letter-spacing:.04em}.DPTag{padding:.15rem .6rem;border-radius:20px;color:#fff;font-size:.75rem;font-weight:600}.DPDateRowRight{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:1rem}.DPPrice{color:rgba(var(--fg-title));font-size:1rem;font-weight:700}.DPChevron{color:rgba(var(--fg-low));font-size:1.4rem;font-weight:300;line-height:1;display:inline-block;transform:rotate(0deg);transition:transform .25s ease}.DPChevronOpen{transform:rotate(90deg)}.DPDateRowExpanded{padding:1rem .5rem 1.5rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;background-color:rgba(var(--objects))}.DPExpandedText{color:rgba(var(--fg-low));font-size:.9rem;font-weight:400;line-height:1.6}.DPBookButton{padding:.7rem 2rem;background-color:rgba(var(--fg-title));border:none;color:#fff;font-size:.8rem;font-weight:700;letter-spacing:.1em;cursor:pointer;transition:background-color .25s ease}.DPBookButton:hover{background-color:rgba(var(--fg-title-high))}@media (max-width:768px){.DatesPricesSection{width:100vw;padding:4rem 2rem}.DPTitlerow{margin-top:10vh}.DPSeasonrow{margin-bottom:0}.DPBoatscolumn{width:100vw;padding:6rem 2rem}.DPBoatrow{flex-direction:column;gap:2rem}.DPBoatInfocolumn{width:100%}.DPBoatImageWrapper{height:24vh}.DPDatescolumn{flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.DPDateBlock{width:87vw}}