.tour-collection, .tour-detail-page { background: #f6f8fb; }
.tour-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.tour-section-heading h2 { margin: 12px 0 0; font-size: clamp(2rem, 3.3vw, 3rem); }
.tour-section-heading p { margin: 0; }
.tour-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.tour-card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid #e1e7ed; border-radius: 22px; box-shadow: 0 10px 30px #0b1d3408; transition: box-shadow .2s, transform .2s; display: flex; flex-direction: column; }
.tour-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px #0b1d3414; }
.tour-image-link { display: block; }
.tour-poster { overflow: hidden; }
.tour-poster > img { display: block; width: 100%; height: auto; }
.tour-card-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.tour-region { color: var(--brand-dark); font-size: .7rem; text-transform: uppercase; letter-spacing: .09em; font-weight: 750; }
.tour-card h3 { font-size: 1.3rem; line-height: 1.35; margin: 10px 0 22px; color: var(--navy); }
.tour-card-facts { display: flex; justify-content: space-between; gap: 14px; border-top: 1px solid var(--line); padding-top: 18px; margin-top: auto; }
.tour-stay { display: grid; align-content: center; gap: 8px; font-size: .85rem; color: #526277; }
.tour-stay i { color: #d48a0a; font-size: 1.1rem; font-style: normal; margin-right: 5px; }
.tour-stay span:last-child i { color: #2971d4; }
.tour-price { text-align: right; padding-left: 14px; border-left: 1px solid var(--line); }
.tour-price > span, .tour-price small { display: block; color: var(--muted); font-size: .72rem; }
.tour-price strong { display: block; color: #23704c; font-size: clamp(1.15rem, 1.6vw, 1.45rem); white-space: nowrap; }
.tour-view { display: flex; align-items: center; justify-content: space-between; padding: 13px 17px; background: #f6f8fb; border: 1px solid #e0e6ed; border-radius: 12px; color: var(--navy); font-size: .85rem; font-weight: 750; margin-top: 24px; }
.tour-view:hover { color: #fff; background: var(--brand); border-color: var(--brand); }
.tour-load-more { text-align: center; margin-top: 36px; }
.tour-load-more .btn { min-width: 190px; }
.tour-list-hero { padding: 50px 0 64px; background: radial-gradient(ellipse at top right, #ffe8ee, transparent 60%), #f6faff; }
.tour-list-hero h1 { margin: 20px 0; }
.tour-list-hero p { font-size: 1.08rem; }
.tour-assistance { display: flex; align-items: center; justify-content: space-between; gap: 24px; background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 30px; margin-top: 36px; }
.tour-assistance p { margin: 0; }
.tour-detail-heading { padding: 44px 0 38px; background: radial-gradient(ellipse at top right, #e7f2fc, transparent 65%), #fff; }
.tour-detail-heading h1 { margin: 16px 0; font-size: clamp(2.25rem, 4.5vw, 4rem); }
.tour-summary { display: flex; flex-wrap: wrap; gap: 24px 42px; margin: 28px 0 0; }
.tour-summary dt { color: var(--muted); font-size: .75rem; }
.tour-summary dd { margin: 3px 0 0; color: var(--navy); font-weight: 700; }
.tour-detail-section { padding-top: 40px; }
.tour-detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: start; gap: 32px; }
.tour-detail-main { min-width: 0; }
.tour-detail-main > .tour-poster { border-radius: 22px; border: 1px solid #e1e7ef; }
.tour-booking { position: sticky; top: 112px; padding: 28px; background: #fff; border: 1px solid #e1e7ef; border-top: 4px solid var(--brand); border-radius: 20px; box-shadow: 0 12px 36px #0b1d3408; }
.tour-booking-from { margin: 24px 0 0; font-size: .85rem; }
.tour-booking-price { font-size: 2.25rem; color: #23704c; line-height: 1.3; }
.tour-booking dl { border-top: 1px solid var(--line); padding-top: 12px; margin: 0 0 24px; }
.tour-booking dl > div { display: flex; justify-content: space-between; gap: 14px; font-size: .85rem; margin-top: 12px; }
.tour-booking dt { color: var(--muted); }
.tour-booking dd { font-weight: 650; margin: 0; }
.tour-booking .btn { margin-bottom: 12px; }
.tour-booking .tour-booking-help { font-size: .8rem; margin: 8px 0 20px; }
.tour-back { font-size: .8rem; font-weight: 700; color: var(--brand-dark); }
.tour-collection a:focus-visible, .tours-page a:focus-visible, .tour-detail-page :is(a, summary):focus-visible { outline: 3px solid var(--brand); outline-offset: 4px; }
#all-packages { scroll-margin-top: 100px; }
@media (max-width: 1000px) {
  .tour-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tour-detail-grid { grid-template-columns: minmax(0, 1fr) 290px; gap: 22px; }
  .tour-booking { padding: 22px; }
}
@media (max-width: 760px) {
  .tour-section-heading, .tour-assistance { flex-direction: column; align-items: start; gap: 16px; }
  .tour-detail-grid { grid-template-columns: 1fr; }
  .tour-booking { position: static; }
  .tour-list-hero { padding: 36px 0 48px; }
}
@media (max-width: 560px) {
  .tour-grid { grid-template-columns: 1fr; }
  .tour-collection { padding: 52px 0; }
  .tour-card-body { padding: 22px; }
  .tour-summary { gap: 18px 24px; }
  .tour-summary > div:first-child { flex-basis: 100%; }
  .tour-assistance .btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .tour-card { transition: none; }
  .tour-card:hover { transform: none; }
}

/* One continuous article; its inner HTML can be pasted into a text editor. */
.tour-editor-content { padding: clamp(22px, 3vw, 36px); margin-top: 26px; background: #fff; border: 1px solid var(--line); border-radius: 20px; }
.tour-editor-content h2 { font-size: 1.65rem; margin: 32px 0 16px; }
.tour-editor-content h2:first-child { margin-top: 0; }
.tour-editor-content h3 { font-size: 1.1rem; line-height: 1.5; margin: 24px 0 10px; }
.tour-editor-content p { margin: 0 0 18px; }
.tour-editor-content ul { padding-left: 22px; margin: 0 0 24px; }
.tour-editor-content li { margin: 9px 0; }
.tour-editor-content > :last-child { margin-bottom: 0; }

.tour-section-heading h1 { margin: 12px 0 0; font-size: clamp(2rem, 3.3vw, 3rem); }
.tour-price .tour-quote-label { font-size: .95rem; white-space: normal; }
.tour-card .tour-poster { aspect-ratio: 1; background: #f6f8fb; }
.tour-card .tour-poster > img { width: 100%; height: 100%; object-fit: contain; }
.tour-booking dd { text-align: right; }
.tour-content-note { border-left: 3px solid var(--brand); padding: 16px 20px; background: #f6f8fb; margin-top: 28px; }
.tour-content-note h2 { margin-top: 0; font-size: 1.15rem; }
.tour-editor-content, .tour-booking { overflow-wrap: anywhere; }
