
.kdm-wrap{--navy:#132642;--gold:#c2a05b;--muted:#727985;--line:#e7e4dd;margin:34px 0;font-family:inherit}
.kdm-section-title{font-size:36px;line-height:1.2;font-weight:500;color:#2b2f38;text-align:center;margin:0 0 34px}
.kdm-main-title{font-size:30px;color:var(--navy);margin:0 0 20px}
.kdm-program-title{font-size:21px;color:var(--navy);border-left:3px solid var(--gold);padding-left:12px;margin:28px 0 14px}
.kdm-years{display:flex;gap:9px;flex-wrap:wrap;margin:0 0 28px}
.kdm-year{border:1px solid #d9dde4;background:#fff;color:var(--navy);border-radius:999px;padding:12px 25px;font-weight:700;cursor:pointer}
.kdm-year.active{background:var(--navy);border-color:var(--navy);color:#fff}
.kdm-year-panel{display:none}.kdm-year-panel.active{display:block}
.kdm-row{display:grid;grid-template-columns:180px 1fr 1.1fr .8fr 220px;gap:24px;align-items:center;padding:28px 0;border-bottom:1px solid var(--line)}
.kdm-departure{border-left:4px solid var(--gold);padding-left:22px}
.kdm-departure small{display:block;font-size:11px;letter-spacing:.16em;color:var(--gold);font-weight:700;margin-bottom:8px}
.kdm-date-num{font-size:44px;line-height:.95;font-weight:800;color:var(--navy)}
.kdm-month{font-size:20px;font-weight:800;color:var(--navy);margin-top:3px}
.kdm-year-small{font-size:14px;color:var(--muted);margin-top:8px}
.kdm-col>span{display:block;font-size:11px;letter-spacing:.11em;color:#555d69;margin-bottom:10px}
.kdm-col>strong{font-size:19px;color:#252a31}
.kdm-status.available{color:#198b45}.kdm-status.few{color:#a66a00}.kdm-status.request{color:#516780}.kdm-status.sold{color:#a22d2d}
.kdm-price strong{display:block;font-size:25px;color:var(--navy)}
.kdm-price small{display:block;color:var(--muted);font-size:11px;margin-top:2px}
.kdm-cta a,.kdm-cta button{display:block;width:100%;box-sizing:border-box;border:0;border-radius:10px;background:var(--navy);color:#fff!important;text-decoration:none;text-align:center;padding:15px 16px;font-size:12px;font-weight:800;letter-spacing:.035em;cursor:pointer}
.kdm-cta a:hover{filter:brightness(1.12)}.kdm-cta button{opacity:.45;cursor:not-allowed}
.kdm-empty{padding:16px;border:1px solid var(--line);border-radius:10px;color:var(--muted)}
@media(max-width:900px){
 .kdm-row{grid-template-columns:120px 1fr 1fr;gap:18px}
 .kdm-price{grid-column:2}.kdm-cta{grid-column:2/4}
}
@media(max-width:650px){
 .kdm-section-title{font-size:28px;text-align:left}
 .kdm-row{grid-template-columns:92px 1fr;gap:15px;padding:22px 0}
 .kdm-departure{grid-row:1/4;padding-left:14px}
 .kdm-date-num{font-size:36px}
 .kdm-col,.kdm-price,.kdm-cta{grid-column:2}
 .kdm-cta{margin-top:6px}
}

.kdm-modal[hidden]{display:none!important}
.kdm-modal{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:22px}
.kdm-modal-backdrop{position:absolute;inset:0;background:rgba(10,22,39,.72);backdrop-filter:blur(3px)}
.kdm-modal-dialog{position:relative;z-index:2;width:min(760px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:16px;box-shadow:0 24px 80px rgba(0,0,0,.28);padding:30px}
.kdm-modal-close{position:absolute;top:12px;right:14px;width:38px;height:38px;border:0;border-radius:50%;background:#f1f3f6;color:#132642;font-size:26px;line-height:1;cursor:pointer}
.kdm-modal-head{padding-right:44px;margin-bottom:18px}
.kdm-modal-head h3{margin:0 0 6px;color:#132642;font-size:26px}
.kdm-modal-summary{margin:0;color:#69717d;font-size:14px}
body.kdm-modal-open{overflow:hidden}
@media(max-width:650px){.kdm-modal{padding:10px}.kdm-modal-dialog{padding:22px 16px;border-radius:12px;max-height:94vh}.kdm-modal-head h3{font-size:22px}}


/* v2.7.0 - Homepage departures cards */
.kdm-home{--navy:#132642;--gold:#c2a05b;--muted:#727985;--line:#e7e4dd;margin:44px 0;font-family:inherit}
.kdm-home-eyebrow{text-align:center;color:var(--gold);font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;margin-bottom:8px}
.kdm-home-title{text-align:center;color:var(--navy);font-size:clamp(30px,4vw,46px);line-height:1.1;margin:0 0 30px;font-weight:600}
.kdm-home-grid{display:grid;grid-template-columns:repeat(var(--kdm-cols,3),minmax(0,1fr));gap:24px}
.kdm-home-card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:0 10px 30px rgba(19,38,66,.07);display:flex;flex-direction:column}
.kdm-home-image{position:relative;height:230px;background-size:cover;background-position:center}
.kdm-home-image-empty{background:linear-gradient(135deg,#132642,#24486f)}
.kdm-home-date{position:absolute;left:18px;bottom:18px;background:#fff;color:var(--navy);width:66px;height:66px;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 8px 22px rgba(0,0,0,.18)}
.kdm-home-date b{font-size:25px;line-height:1}.kdm-home-date span{font-size:10px;font-weight:800;letter-spacing:.09em;margin-top:4px}
.kdm-home-body{padding:22px;display:flex;flex-direction:column;flex:1}
.kdm-home-destination{color:var(--gold);font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;margin-bottom:7px}
.kdm-home-body h3{color:var(--navy);font-size:22px;line-height:1.25;margin:0 0 14px}
.kdm-home-meta{display:flex;flex-wrap:wrap;gap:8px 14px;color:var(--muted);font-size:13px;padding-bottom:18px;border-bottom:1px solid var(--line)}
.kdm-home-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-top:auto;padding-top:18px}
.kdm-home-status{font-size:12px;font-weight:700;margin-bottom:7px}.kdm-home-status.available{color:#198b45}.kdm-home-status.few{color:#a66a00}.kdm-home-status.request{color:#516780}.kdm-home-status.sold{color:#a22d2d}
.kdm-home-price small,.kdm-home-price span{display:block;color:var(--muted);font-size:10px}.kdm-home-price strong{display:block;color:var(--navy);font-size:22px;line-height:1.05}
.kdm-home-btn{appearance:none;border:0;border-radius:9px;background:var(--navy);color:#fff!important;text-decoration:none;text-align:center;padding:12px 14px;font-size:11px;font-weight:800;letter-spacing:.035em;white-space:nowrap;cursor:pointer}
.kdm-home-btn:hover{filter:brightness(1.12)}.kdm-home-btn:disabled{opacity:.45;cursor:not-allowed}
@media(max-width:1024px){.kdm-home-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.kdm-home-grid{grid-template-columns:1fr}.kdm-home-image{height:210px}.kdm-home-title,.kdm-home-eyebrow{text-align:left}}


/* v2.7.1 - Group homepage cards by trip */
.kdm-home-card-link{display:block;text-decoration:none}
.kdm-home-dates{position:absolute;left:16px;right:16px;bottom:16px;display:flex;gap:7px;flex-wrap:wrap}
.kdm-home-date-item{background:#fff;color:var(--navy);min-width:58px;height:58px;border-radius:9px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 7px 20px rgba(0,0,0,.18)}
.kdm-home-date-item b{font-size:21px;line-height:1}
.kdm-home-date-item em{font-style:normal;font-size:9px;font-weight:800;letter-spacing:.07em;margin-top:4px}
.kdm-home-body h3 a{color:inherit;text-decoration:none}
.kdm-home-body h3 a:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.kdm-home-next-label{font-size:10px;font-weight:800;letter-spacing:.12em;color:#8a7250;margin:2px 0 8px}
.kdm-home-next-dates{display:flex;flex-direction:column;gap:5px;color:var(--muted);font-size:13px;padding-bottom:17px;border-bottom:1px solid var(--line)}
.kdm-home-next-dates span:before{content:"•";margin-right:8px;color:var(--gold)}
