.dest-hero-plain .about-hero{background:#3d3428}
.dest-hero-plain .about-hero:after{background:linear-gradient(90deg,rgba(12,12,12,.55),rgba(12,12,12,.2))}

.dest-intro{padding:72px 0}
.dest-intro-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:48px;align-items:start}
.dest-intro p{color:var(--text);font-size:16px;line-height:1.75;max-width:720px}
.dest-kicker{margin:-8px 0 18px;font-size:18px;color:var(--muted)}
.dest-attractions{padding:0 0 56px}
.dest-practical{padding:0 0 72px;background:#fff}
.dest-practical-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px}
.dest-practical h3{font:500 20px var(--display);margin:18px 0 8px}
.dest-practical ul{margin:0;padding-left:18px;color:var(--text);line-height:1.7}
.dest-tour-grid-4{grid-template-columns:repeat(4,1fr)}

.dest-facts article{min-height:88px}
.dest-gallery,.dest-related,.dest-sites{padding:0 0 72px}
.dest-gallery{background:#fff;padding:72px 0}
.dest-gallery-grid{display:grid;gap:12px;margin-top:22px}
.dest-gallery-1{grid-template-columns:1fr}
.dest-gallery-2{grid-template-columns:1fr 1fr}
.dest-gallery-3{grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr}
.dest-gallery-3 figure:first-child{grid-row:1 / span 2}
.dest-gallery-grid figure{margin:0;overflow:hidden;border-radius:12px;min-height:220px}
.dest-gallery-grid img{width:100%;height:100%;object-fit:cover;display:block;min-height:220px}

.dest-site-grid{grid-template-columns:repeat(2,1fr)}
.dest-price-split{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:32px}
.dest-price-split h3{font:500 22px var(--display);margin:0 0 12px}
.dest-price-split ul{margin:0;padding-left:18px;color:var(--text);line-height:1.7}

.dest-related{background:#fff;padding:72px 0}
.dest-tour-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}
.dest-tour-card{display:flex;flex-direction:column;background:var(--page);border:1px solid var(--border);border-radius:12px;overflow:hidden;min-height:100%}
.dest-tour-card img,.dest-tour-ph{width:100%;height:180px;object-fit:cover;background:#d9d4cc}
.dest-tour-card div{padding:16px 16px 20px}
.dest-tour-card span{color:var(--red);font-size:11px;font-weight:700;letter-spacing:.08em}
.dest-tour-card h3{font:500 22px/1.2 var(--display);margin:8px 0 6px}
.dest-tour-card p{margin:0;color:var(--muted);font-size:13px}

.dest-index{padding:64px 0 80px}
.dest-index-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px}
.dest-index-card{position:relative;height:260px;border-radius:12px;overflow:hidden;color:#fff;display:block;background:#2a2a2a}
.dest-index-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.dest-index-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.78))}
.dest-index-card div{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:18px}
.dest-index-card span{align-self:flex-start;background:#fff;color:#111;border-radius:999px;padding:4px 10px;font-size:10px;font-weight:700;margin-bottom:auto}
.dest-index-card h3{font:400 28px/1.1 var(--display);margin:0 0 6px}
.dest-index-card small{opacity:.85}

@media(max-width:980px){
 .dest-intro-grid,.dest-site-grid,.dest-price-split,.dest-tour-grid,.dest-tour-grid-4,.dest-practical-grid,.dest-index-grid,.dest-gallery-2,.dest-gallery-3{grid-template-columns:1fr}
 .dest-gallery-3 figure:first-child{grid-row:auto}
}
@media(max-width:600px){
 .dest-index-card{height:220px}
}
