/* Category page (safari): the countries as one plain grid of open cards.
   White ground; the photo carries the destination gradient, the copy sits
   below it on paper, so the paragraph is readable at a glance, not on hover. */
.cat-countries{background:#fff;padding:88px 24px;scroll-margin-top:90px}
.cat-countries__inner{max-width:1240px;margin:0 auto}
.cat-countries__header{max-width:68ch;margin-bottom:36px}
.cat-countries__eyebrow{display:inline-block;font-size:10px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#FF6A00;margin-bottom:14px}
.cat-countries__h2{font-size:clamp(26px,3.2vw,38px);font-weight:800;line-height:1.1;letter-spacing:-.02em;color:#111214;margin:0 0 14px}
.cat-countries__lede{font-size:15px;line-height:1.7;color:rgba(17,18,20,.62);margin:0}
.cat-countries__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.cat-countries__card{display:flex;flex-direction:column;border:1px solid rgba(17,18,20,.08);border-radius:6px;overflow:hidden;background:#fff;transition:transform .22s ease,box-shadow .22s ease}
.cat-countries__card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(17,18,20,.14)}
.cat-countries__photo-link{display:block;position:relative;aspect-ratio:4/3;overflow:hidden;background:#111214}
.cat-countries__photo{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.cat-countries__card:hover .cat-countries__photo{transform:scale(1.05)}
.cat-countries__photo--empty{background:linear-gradient(140deg,#23252a,#111214)}
.cat-countries__body{display:flex;flex-direction:column;gap:10px;padding:20px 20px 22px;flex:1 1 auto}
.cat-countries__h3{font-size:19px;font-weight:800;line-height:1.2;letter-spacing:-.01em;margin:0;flex:1 1 auto}
.cat-countries__h3 a{color:#111214;text-decoration:none}
.cat-countries__h3 a:hover{color:#B84A00}
.cat-countries__h3 a:focus-visible{outline:2px solid #FF6A00;outline-offset:3px}
.cat-countries__foot{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:12px;border-top:1px solid rgba(17,18,20,.08)}
.cat-countries__n{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:rgba(17,18,20,.5)}
.cat-countries__link{font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#111214;text-decoration:none;border-bottom:2px solid #FF6A00;padding-bottom:2px;white-space:nowrap;transition:color .15s}
.cat-countries__link:hover{color:#B84A00}
.cat-countries__link:focus-visible{outline:2px solid #FF6A00;outline-offset:3px}
@media (max-width:1024px){.cat-countries__grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:768px){.cat-countries__grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:600px){.cat-countries{padding:56px 20px}.cat-countries__grid{grid-template-columns:1fr}}
@media (prefers-reduced-motion:reduce){.cat-countries__card,.cat-countries__photo{transition:none}}
