/* Homepage sections (vm-hero + featured + why + destinations + reviews + cta) */
.vm-wrap{max-width:1180px;margin-inline:auto;padding-inline:20px}
.center{text-align:center}

/* Hero */
.vm-hero{min-height:76vh;display:flex;align-items:center;background-size:cover;background-position:center;color:#fff;padding:64px 0}
.vm-hero-inner{max-width:1180px;margin:0 auto;padding:0 20px;width:100%}
.vm-hero-content{max-width:760px}
.vm-hero-eyebrow{display:inline-block;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.3);color:#fff;font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.4rem .9rem;border-radius:999px;margin-bottom:1.1rem}
.vm-hero h1{color:#fff;font-size:clamp(2.1rem,5vw,3.6rem);line-height:1.08;margin:0 0 1rem}
.vm-hero h1 .accent{color:var(--gold);font-style:italic}
.vm-hero-lede{color:rgba(255,255,255,.94);font-size:1.12rem;line-height:1.6;max-width:640px;margin:0 0 1.6rem}
.vm-hero-cta{display:flex;gap:.8rem;flex-wrap:wrap;margin-bottom:2rem}
.vm-btn-ghost{display:inline-block;border:1.6px solid rgba(255,255,255,.7);color:#fff!important;font-weight:700;padding:.85rem 1.5rem;border-radius:10px}
.vm-btn-ghost:hover{background:#fff;color:var(--night)!important;text-decoration:none}
.vm-hero-meta{display:flex;gap:2.2rem;flex-wrap:wrap}
.vm-hero-meta div{display:flex;flex-direction:column}
.vm-hero-meta strong{font-family:var(--font-display);font-size:1.8rem;color:var(--gold)}
.vm-hero-meta span{font-size:.82rem;color:rgba(255,255,255,.85)}

/* gdlr-core-button = primary CTA */
.gdlr-core-button{display:inline-block;background:var(--gold);color:var(--night)!important;font-weight:700;padding:.85rem 1.6rem;border-radius:10px;border:0;cursor:pointer;transition:background .15s,transform .15s}
.gdlr-core-button:hover{background:var(--gold-dark);text-decoration:none;transform:translateY(-1px)}

/* Sections */
.vm-section{padding:64px 0}
.vm-section-alt{background:var(--sand-light)}
.vm-section-head{max-width:640px;margin:0 auto 2.4rem}
.vm-section-head.center{text-align:center}
.vm-eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.78rem;font-weight:700;color:var(--terracotta);margin-bottom:.5rem}
.vm-section-head h2{font-family:var(--font-display);font-size:clamp(1.6rem,3.2vw,2.3rem);color:var(--night);margin:.2rem 0 .6rem;line-height:1.15}
.vm-section-head p{color:var(--muted);font-size:1.02rem;margin:0}

/* Why grid */
.vm-why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
@media(max-width:900px){.vm-why-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.vm-why-grid{grid-template-columns:1fr}}
.vm-why-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem 1.3rem;text-align:center}
.vm-why-ic{font-size:2rem;display:block;margin-bottom:.6rem}
.vm-why-card h3{font-family:var(--font-display);font-size:1.1rem;color:var(--night);margin:0 0 .4rem}
.vm-why-card p{color:var(--muted);font-size:.92rem;margin:0}

/* Destination cards */
.vm-dest-card .vm-tour-media{aspect-ratio:4/3}
.vm-dest-card .vm-tour-media a{display:block;height:100%}
.vm-dest-name{position:absolute;left:0;right:0;bottom:0;padding:1.4rem .9rem .8rem;color:#fff;font-family:var(--font-display);font-size:1.25rem;font-weight:700;background:linear-gradient(180deg,rgba(32,20,9,0),rgba(32,20,9,.82))}
.vm-dest-card:hover .vm-tour-media img{transform:scale(1.06)}
.vm-dest-card .vm-tour-media img{transition:transform .4s}

/* Reviews 3-up */
.vm-reviews-3{grid-template-columns:repeat(3,1fr)}
@media(max-width:820px){.vm-reviews-3{grid-template-columns:1fr}}

/* CTA band */
.vm-cta{background:var(--night);color:#fff;padding:54px 0}
.vm-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}
.vm-cta h2{color:#fff;font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2.1rem);margin:0 0 .4rem}
.vm-cta p{color:rgba(255,255,255,.85);margin:0}
