.mvd4-itinerary { padding: 80px 0; background: #fffdf9; }
.mvd4-itinerary .package-section-head { max-width: 860px; margin-bottom: 38px; }
.mvd4-itinerary .package-section-head p { color: #655649; line-height: 1.72; }
.mvd4-day-stack { display: grid; gap: 24px; }
.mvd4-day { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); overflow: hidden; border: 1px solid #e4d4bd; border-radius: 20px; background: #fffaf3; box-shadow: 0 10px 25px rgba(67, 39, 18, .07); }
.mvd4-day--reverse { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); }
.mvd4-day--reverse .mvd4-day-visual { order: 2; }
.mvd4-day-visual { min-height: 100%; overflow: hidden; background: #f3e8da; }
.mvd4-day-visual > img { display: block; width: 100%; height: 100%; min-height: 320px; object-fit: cover; object-position: center; }
.mvd4-day-visual--braj { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: repeat(2, minmax(0, 1fr)); min-height: 320px; gap: 2px; }
.mvd4-day-visual--braj img { display: block; width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.mvd4-day-visual--braj img:first-child { grid-row: span 2; object-position: center; }
.mvd4-day-visual--braj img:nth-child(2) { object-position: center 45%; }
.mvd4-day-visual--braj img:nth-child(3) { object-position: center; }
.mvd4-day-content { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 36px 38px; }
.mvd4-day-tag { color: #a35d28; font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.mvd4-day h3, .mvd4-day4 h3 { margin: 8px 0 10px; color: #392318; font-family: Georgia, serif; font-size: clamp(1.6rem, 2.7vw, 2.25rem); line-height: 1.15; }
.mvd4-day p { margin: 0; color: #655649; line-height: 1.7; }
.mvd4-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.mvd4-chips span { border: 1px solid #e3c9a7; border-radius: 999px; background: #fffdf9; padding: 7px 10px; color: #553a29; font-size: .79rem; font-weight: 700; line-height: 1.25; }
.mvd4-day4 { margin-top: 24px; padding: 34px; border: 1px solid #e4d4bd; border-radius: 20px; background: #fffaf3; box-shadow: 0 10px 25px rgba(67, 39, 18, .07); }
.mvd4-day4-head { max-width: 760px; margin-bottom: 25px; }
.mvd4-day4-head p { margin: 0; color: #76563d; font-family: Georgia, serif; font-size: 1.08rem; font-style: italic; line-height: 1.55; }
.mvd4-day4-intro { max-width: 820px; margin: -8px 0 25px; color: #655649; line-height: 1.72; }
.mvd4-place-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 18px; }
.mvd4-place-card { display: flex; min-width: 0; height: 100%; flex-direction: column; overflow: hidden; border: 1px solid #e5d7c5; border-radius: 18px; background: #fffdf9; box-shadow: 0 8px 20px rgba(67, 39, 18, .06); }
.mvd4-place-card img, .mvd4-place-pending { display: block; width: 100%; height: 190px; flex: 0 0 190px; object-fit: cover; object-position: center; }
.mvd4-place-card:nth-child(1) img { object-position: center 54%; }
.mvd4-place-card:nth-child(2) img { object-position: center 52%; }
.mvd4-place-card:nth-child(3) img { object-position: center 64%; }
.mvd4-place-card:nth-child(4) img { object-position: center 48%; }
.mvd4-place-card:nth-child(5) img { object-position: center 52%; }
.mvd4-place-card:nth-child(6) img { object-position: center 58%; }
.mvd4-place-card:nth-child(7) img { object-position: center 54%; }
.mvd4-place-card:nth-child(8) img { object-position: center 54%; }
.mvd4-place-pending { display: grid; place-items: center; padding: 20px; border-bottom: 1px solid #ead9c2; background: #f8efe3; color: #805433; font-family: Georgia, serif; font-style: italic; line-height: 1.4; text-align: center; }
.mvd4-place-card-body { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.mvd4-place-card h4 { min-height: 2.6em; margin: 0 0 9px; color: #3b2519; font-family: Georgia, serif; font-size: 1.28rem; line-height: 1.3; }
.mvd4-place-card p { margin: 0; color: #655649; font-size: .9rem; line-height: 1.62; }
.mvd4-day4-route { margin: 25px 0 0; border-top: 1px solid #ead9c2; padding-top: 22px; color: #87502b; font-family: Georgia, serif; font-size: 1.08rem; font-weight: 700; text-align: center; }
.mvd4-day4-note { margin: 13px 0 0; color: #665447; font-size: .9rem; line-height: 1.6; text-align: center; }
.package-related .cards { align-items: stretch; grid-auto-rows: 1fr; }
.package-related .tour-card { display: flex; height: 100%; }
.package-related .card-body { width: 100%; min-height: 216px; padding: 24px; }
.package-related .card-body h3 { min-height: 2.2em; margin: 0; }
.package-related .card-body .meta { min-height: 3.2em; margin: 12px 0 18px; }
.package-related .btn { margin-top: auto; }
@media (max-width: 1000px) { .mvd4-place-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 900px) { .mvd4-day, .mvd4-day--reverse { grid-template-columns: 1fr; } .mvd4-day--reverse .mvd4-day-visual { order: 0; } .mvd4-day-visual > img { min-height: 285px; } .mvd4-day-visual--braj { min-height: 285px; } }
@media (max-width: 600px) { .mvd4-itinerary { padding: 60px 0; } .mvd4-day-content, .mvd4-day4 { padding: 25px 20px; } .mvd4-day-visual > img, .mvd4-day-visual--braj { min-height: 220px; } .mvd4-place-grid { grid-template-columns: 1fr; } .mvd4-place-card img, .mvd4-place-pending { height: 218px; flex-basis: 218px; } .mvd4-day4-route { font-size: 1rem; } .package-related .card-body h3, .package-related .card-body .meta { min-height: 0; } }
