.regions-hero-banner{width:100%;height:260px;background-image:url(https://images.unsplash.com/photo-1451187580459-43490279c0fa?w=1400&q=80);background-size:cover;background-position:center 50%;border-radius:16px;margin-bottom:40px;position:relative;overflow:hidden}.regions-hero-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(160deg,rgba(15,36,99,.55),rgba(5,15,50,.35));border-radius:inherit}@media (max-width:640px){.regions-hero-banner{height:160px}}.regions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:16px;gap:16px}.region-card{display:block;padding:20px;background-color:var(--color-card);border:1px solid var(--color-grey-border);text-decoration:none;color:inherit}.region-card h2{color:var(--color-maroon);font-size:var(--font-size-xl)}.region-card h2,.region-card p{margin-bottom:var(--spacing-sm);font-weight:400}.region-card p{color:var(--color-grey-dark);line-height:var(--line-height-base)}.region-card .card-link{color:var(--color-text-body);font-weight:400;font-size:var(--font-size-base)}@media (max-width:640px){.regions-grid{grid-template-columns:1fr}}.card-grid .card:first-child{background:linear-gradient(145deg,rgba(15,36,99,.78),rgba(10,24,72,.85)),url(https://images.unsplash.com/photo-1547471080-7cc2caa01a7e?w=800&q=80) 50%/cover no-repeat}.card-grid .card:nth-child(2){background:linear-gradient(145deg,rgba(15,36,99,.78),rgba(10,24,72,.85)),url(https://images.unsplash.com/photo-1536599018102-9f803c140fc1?w=800&q=80) 50%/cover no-repeat}.card-grid .card:nth-child(3){background:linear-gradient(145deg,rgba(15,36,99,.78),rgba(10,24,72,.85)),url(https://images.unsplash.com/photo-1467269204594-9661b134dd2b?w=800&q=80) 50%/cover no-repeat}.card-grid .card:nth-child(4){background:linear-gradient(145deg,rgba(15,36,99,.78),rgba(10,24,72,.85)),url(https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=800&q=80) center 60%/cover no-repeat}.card-grid .card:nth-child(5){background:linear-gradient(145deg,rgba(15,36,99,.78),rgba(10,24,72,.85)),url(https://images.unsplash.com/photo-1483729558449-99ef09a8c325?w=800&q=80) 50%/cover no-repeat}.card-grid .card:nth-child(6){background:linear-gradient(145deg,rgba(15,36,99,.78),rgba(10,24,72,.85)),url(https://images.unsplash.com/photo-1513326738677-b964603b136d?w=800&q=80) 50%/cover no-repeat}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:16px;gap:16px;margin-top:16px}.card-grid>*{animation:slideUpFade .6s cubic-bezier(.25,.8,.25,1) both}.card-grid>:first-child{animation-delay:.05s}.card-grid>:nth-child(2){animation-delay:.15s}.card-grid>:nth-child(3){animation-delay:.25s}.card-grid>:nth-child(4){animation-delay:.35s}.card-grid>:nth-child(5){animation-delay:.45s}.card-grid>:nth-child(6){animation-delay:.55s}.card-grid>:nth-child(7){animation-delay:.65s}.card-grid>:nth-child(8){animation-delay:.75s}.card-grid>:nth-child(9){animation-delay:.85s}@keyframes slideUpFade{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.card-grid{grid-template-columns:1fr}}.card h3{margin-top:0;margin-bottom:12px;font-size:1.25rem;font-weight:700;color:#fff;line-height:1.3}.card h3,.card p{transition:color .3s ease}.card p{margin:0;color:hsla(0,0%,100%,.8);flex-grow:1;line-height:1.6;font-size:.95rem}.card .small-text{margin-top:24px;font-size:.875rem;font-weight:600;color:silver;display:flex;align-items:center;text-transform:uppercase;letter-spacing:.05em;transition:color .2s ease}.card:hover .small-text{color:#a0a0a0}.card .small-text:after{content:"→";margin-left:8px;font-size:1.1em;transition:transform .2s ease}.card:hover .small-text:after{transform:translateX(6px)}