.hero{min-height:92vh;display:grid;align-items:center;padding:92px 0 20px;color:white;background:#102422;overflow:hidden}.hero-shell{width:min(1760px,calc(100% - 28px));display:grid;grid-template-columns:minmax(300px,430px) minmax(0,1fr);align-items:center;gap:14px}.hero-content{position:relative;z-index:1;max-width:430px;text-align:left}.hero h1{color:white;font-size:clamp(3.1rem,6vw,6.2rem);text-shadow:0 12px 30px rgba(0,0,0,.22)}.hero p{max-width:560px;font-size:1.18rem;color:white}.hero .eyebrow{color:#d9efec}.hero-search{margin-top:30px;display:grid;grid-template-columns:1fr auto;gap:10px;max-width:430px;background:rgba(255,255,255,.16);padding:10px;border-radius:8px;backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.28)}.hero-search input{border:0;border-radius:8px;padding:15px 16px;min-width:0;background:white}.hero-visual{min-width:0;display:flex;align-items:center;justify-content:center;min-height:min(84vh,900px);padding:4px}.hero-image{width:100%;height:min(84vh,900px);object-fit:contain;object-position:center center;display:block;border:1px solid rgba(255,255,255,.18);border-radius:8px}.map-section{background:var(--paper)}.destination-card{position:relative;min-height:280px;display:grid;align-items:end;color:white;background:#123}.destination-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.destination-card::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(12,30,28,.72),rgba(12,30,28,.08))}.destination-card .card-body{position:relative;z-index:1}.stats-section{background:linear-gradient(135deg,#fff7ec,#e6f3f1)}
