/* Kayaks use the existing SUP colors, type, controls and page components. */
.kayak-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.kayak-card .product-photo{aspect-ratio:1;background:var(--panel2)}
.kayak-card .product-photo img{width:100%;height:100%;object-fit:cover;object-position:center}
.kayak-card .product-info{padding:26px}
.kayak-card .product-info h3{font-size:2rem;margin-bottom:8px}
.kayak-card .product-line{min-height:0;font-size:1rem;margin-bottom:12px}
.kayak-card .product-size{font-size:.875rem;margin-bottom:12px}
.kayak-drive-note{font-size:.875rem;color:var(--muted);margin:0 0 20px}
.kayak-packed{font-size:.875rem;display:flex;gap:8px;align-items:center;color:var(--cyan-light);margin:0 0 10px}
.kayak-packed .icon{width:18px;height:18px;flex-shrink:0}
.kayak-price-pair{display:grid;grid-template-columns:1fr 1fr;gap:8px 22px;border-top:1px solid var(--line);padding-top:19px;margin-bottom:20px}
.kayak-price-pair>span{font-size:.875rem;color:var(--muted)}
.kayak-price-pair strong{display:block;font-size:1.55rem;color:var(--text);letter-spacing:-.03em;margin-top:4px}
.kayak-price-pair>span:nth-child(2) strong{color:var(--cyan-light)}
.kayak-price-pair small{grid-column:1/-1;font-size:.75rem;color:var(--muted)}
.kayak-card-actions{display:flex;gap:10px;flex-wrap:wrap}
.kayak-card-actions>.button{flex:1;justify-content:center;padding-inline:15px;font-size:.875rem;white-space:nowrap}
.kayak-card .selected-price{margin:16px 0 0;font-size:.8rem;color:var(--muted)}
.selected-price strong{color:var(--text)}
.customer-pricing{display:flex;flex-wrap:wrap;align-items:center;gap:12px 18px}
.customer-pricing>span{font-size:.875rem;color:var(--muted)}
.customer-pricing .filter-group{gap:7px;flex-wrap:wrap}
.customer-pricing .filter{min-height:44px}
.kayak-page .page-intro .actions{margin-top:27px}
.kayak-page .catalog-toolbar{gap:20px}
.kayak-comparison .comparison-scroll{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius)}
.kayak-comparison table{border-collapse:collapse;table-layout:fixed;min-width:540px;width:100%;text-align:left;font-size:.95rem;background:var(--panel)}
.kayak-comparison th,.kayak-comparison td{padding:19px 24px;border-bottom:1px solid var(--line);vertical-align:middle}
.kayak-comparison th[scope="row"]{font-weight:400;color:var(--muted);width:40%}
.kayak-comparison thead{background:var(--panel2)}
.kayak-comparison thead th:not(:first-child){color:var(--cyan-light);font-size:1.5rem}
.kayak-comparison tr:last-child>*{border-bottom:0}
.kayak-comparison tbody tr:last-child td{color:var(--cyan-light);font-weight:700}
.kayak-motors{display:grid;grid-template-columns:78px minmax(0,1fr) auto;align-items:center;gap:32px}
.kayak-motors .coming-icon{margin:0;width:78px;height:78px}
.kayak-motors h2{font-size:2.2rem;line-height:1.15;margin-bottom:16px}
.kayak-motors p:not(.eyebrow){color:var(--muted);max-width:630px;margin-bottom:0}
.kayak-motors .actions{flex-direction:column;align-items:stretch;margin:0}
.kayak-business{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.kayak-business>div>p:not(.eyebrow){color:var(--muted);margin-top:20px}
.kayak-business h2{font-size:2.6rem;line-height:1.15;margin-bottom:25px}
.kayak-business .actions{margin-top:26px}
.kayak-folder{padding:30px;display:grid;grid-template-columns:115px minmax(0,1fr);align-items:center;gap:26px}
.kayak-folder>img{display:block;width:100%;height:auto;border-radius:8px;box-shadow:0 8px 24px #0005}
.kayak-folder h2{font-size:1.75rem;margin-bottom:17px}
.kayak-folder p:not(.eyebrow){font-size:.9rem;color:var(--muted)}
.kayak-folder .button{font-size:.875rem;padding-inline:15px;white-space:normal}
.kayak-folder .eyebrow{font-size:.75rem}
.kayak-product .product-main-photo{aspect-ratio:1;max-width:none;background:linear-gradient(145deg,var(--panel2),var(--deep))}
.kayak-product .product-main-photo img{width:100%;height:100%;object-fit:contain}
.kayak-product .gallery-thumbs{flex-wrap:wrap}
.kayak-product .gallery-thumb{flex:1;font-size:.8rem;white-space:nowrap;padding:7px}
.kayak-product .gallery-thumb img{object-fit:contain;background:var(--deep)}
.kayak-product .gallery-note{margin-top:20px}
.kayak-product .buy-panel .customer-pricing{margin-bottom:22px}
.kayak-reference-prices{font-size:.875rem;color:var(--muted);margin:0 0 19px}
.kayak-product .price-caption{margin-bottom:10px}
.kayak-product .detail-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 15px}
.kayak-product .detail-stats>div:nth-child(3){border:0;padding-left:0}
.kayak-product .kit-list{list-style:none;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:14px 22px;margin-block:21px;font-size:.9rem;color:var(--muted)}
.kit-list li{display:flex;align-items:flex-start;gap:9px}
.kit-list .icon{flex-shrink:0;width:18px;height:18px;margin-top:2px;color:var(--cyan)}
.kayak-product .spec-panel .button{margin-top:24px}
.kayak-product .text-link{display:inline-flex;align-items:center;gap:9px;color:var(--cyan-light);font-size:.9rem;margin-bottom:10px}
.cart-pricing{padding-bottom:24px;border-bottom:1px solid var(--line);margin-bottom:10px}
.cart-pricing .fineprint{margin:14px 0 0}
.cart-pricing .fineprint a{color:var(--cyan-light);text-decoration:underline}
.cart-item-kayak img{object-fit:contain;background:var(--panel2)}
@media(max-width:1100px){.kayak-business{gap:30px}.kayak-folder{grid-template-columns:85px minmax(0,1fr);padding:23px;gap:20px}.kayak-card-actions>.button{flex-basis:100%}.kayak-motors{grid-template-columns:60px minmax(0,1fr) auto;gap:24px}.kayak-motors .coming-icon{width:60px;height:60px}.kayak-motors h2{font-size:1.9rem}}
@media(max-width:800px){.kayak-business{grid-template-columns:1fr;gap:38px}.kayak-folder{grid-template-columns:125px minmax(0,1fr);padding:28px}.kayak-motors{grid-template-columns:60px minmax(0,1fr);gap:24px}.kayak-motors .actions{grid-column:2;flex-direction:row;flex-wrap:wrap}.kayak-motors .actions>.button{flex:1;justify-content:center}.kayak-product .gallery-thumbs{max-width:none}.kayak-product .product-main-photo{aspect-ratio:1}.kayak-product .kayak-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.kayak-grid,.kayak-product .kayak-grid{grid-template-columns:1fr;gap:26px}.kayak-card .product-info{padding:23px}.kayak-card .product-info h3{font-size:1.85rem}.kayak-card .product-line{min-height:0;font-size:1rem}.kayak-card-actions>.button{flex-basis:auto;min-height:48px}.kayak-card .product-badge{font-size:.8rem;padding:6px 10px;left:12px;top:12px}.kayak-card .product-size{font-size:.875rem}.kayak-price-pair strong{font-size:1.5rem}.kayak-page .catalog-toolbar{align-items:stretch}.customer-pricing{gap:10px;width:100%}.kayak-page .catalog-toolbar .customer-pricing>span{width:100%}.kayak-page .sort-label{width:100%}.kayak-comparison th,.kayak-comparison td{padding:16px 19px}.kayak-motors{grid-template-columns:1fr;gap:20px}.kayak-motors .actions{grid-column:auto}.kayak-motors h2{font-size:2rem}.kayak-business h2{font-size:2.2rem}.kayak-folder{grid-template-columns:85px minmax(0,1fr);padding:22px;gap:20px}.kayak-folder h2{font-size:1.45rem}.kayak-folder .button{grid-column:1/-1;font-size:.8rem}.kayak-product .gallery-thumb{white-space:normal;line-height:1.35;gap:7px}.kayak-product .gallery-thumb img{width:34px;height:45px}.kayak-product .kit-list{grid-template-columns:1fr}.kayak-product .product-purchase h1{font-size:2.8rem}.kayak-product .buy-panel .filter{font-size:.875rem}.kayak-product .detail-stats strong{font-size:.95rem}}
@media(max-width:370px){.kayak-card-actions>.button{flex-basis:100%}.kayak-folder{grid-template-columns:1fr}.kayak-folder>img{width:110px}.kayak-product .gallery-thumb{flex-direction:column}.kayak-product .buy-actions{flex-wrap:wrap}.kayak-product .buy-actions>.button{flex-basis:100%}}
