.dest-page-layout{max-width:var(--container-narrow,800px);margin:0 auto;padding:48px 0}.dest-page-content{font-size:15px;line-height:1.85;color:var(--hih-mid)}.dest-page-content p{margin-bottom:18px}.dest-page-content h2{font-size:22px;margin:32px 0 14px;color:var(--hih-dark)}.dest-page-content h3{font-size:18px;margin:24px 0 10px;color:var(--hih-dark)}.dest-page-content ol,.dest-page-content ul{margin:0 0 18px 22px}.dest-page-content img{border-radius:var(--radius);margin:18px 0}.dest-section{margin-top:44px}.dest-section__title{font-size:20px;font-weight:700;color:var(--hih-dark);margin-bottom:18px;padding-bottom:10px;border-bottom:2px solid var(--hih-green-light);font-family:var(--font-heading)}.dest-howto{font-size:14.5px;line-height:1.8;color:var(--hih-mid)}.dest-howto ul{margin:0 0 14px 20px}.dest-map-embed{width:100%;aspect-ratio:16/8;border:none;border-radius:var(--radius);margin-top:14px}.dest-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:12px}.dest-gallery-grid .hih-gallery__item{height:150px;border-radius:var(--radius-sm);overflow:hidden}.dest-gallery-grid .hih-gallery__item img{width:100%;height:100%;object-fit:cover;display:block}.dest-cta-banner{position:relative;background:linear-gradient(135deg,var(--hih-dark) 0,#2d3436 100%);border-radius:var(--radius);padding:36px 40px;margin-top:48px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.dest-cta-banner__text h2{font-family:var(--font-heading);font-size:24px;color:#fff;margin-bottom:6px}.dest-cta-banner__text p{color:rgba(255,255,255,.7);font-size:14px;max-width:480px}.dest-cta-banner__action{flex-shrink:0}.dest-cta-trip-preview{margin-top:18px;max-width:360px}@media (max-width:1024px){.dest-gallery-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.dest-page-layout{padding:32px 0}.dest-gallery-grid{grid-template-columns:repeat(2,1fr)}.dest-gallery-grid .hih-gallery__item{height:120px}.dest-cta-banner{flex-direction:column;text-align:center;padding:28px 24px}.dest-cta-banner__text p{max-width:100%}}
/* ── Book This Destination CTA — cards grid ──────────────────────────────── */
.dest-cta-cards{display:grid;gap:20px;margin-top:18px;margin-bottom:28px}
.dest-cta-cards--2{grid-template-columns:1fr 1fr}
.dest-cta-cards--1{grid-template-columns:minmax(0,360px)}
.dest-cta-card-wrap{display:flex;flex-direction:column;gap:8px}
.dest-cta-card-label{font-size:12px;font-weight:700;color:var(--hih-muted);text-transform:uppercase;letter-spacing:.6px;margin:0}
.btn--outline-white{border:2px solid rgba(255,255,255,.7);color:#fff;background:transparent}
.btn--outline-white:hover{background:rgba(255,255,255,.12);border-color:#fff}
@media(max-width:700px){
  .dest-cta-cards--2{grid-template-columns:1fr}
  .dest-cta-cards--1{grid-template-columns:1fr}
}