/* Shared Countryman Travels shell applied to every page. */
.ct-shell-ready > .global-bar, .ct-shell-ready > .site-nav, .ct-shell-ready > footer.site-footer { display:none !important; }
.ct-shell { position:sticky; top:0; z-index:1000; background:rgba(255,255,255,.97); border-bottom:1px solid #dce8e5; box-shadow:0 2px 12px rgba(6,61,53,.06); font-family:"DM Sans",Arial,sans-serif; }
.ct-shell__row { width:min(1240px,calc(100% - 2rem)); min-height:66px; margin:0 auto; display:flex; align-items:center; justify-content:space-between; gap:1.4rem; }
.ct-shell__brand { color:#17312c !important; font:700 1.15rem/1 Georgia,serif; letter-spacing:-.03em; text-decoration:none !important; white-space:nowrap; }.ct-shell__brand i { display:inline-block; width:9px; height:9px; margin-right:7px; border-radius:50%; background:#007a68; }
.ct-shell__links { display:flex; align-items:center; justify-content:flex-end; gap:.15rem; }.ct-shell__links a { padding:.55rem .72rem; border-radius:7px; color:#455a55 !important; font-size:.82rem; font-weight:700; text-decoration:none !important; white-space:nowrap; }.ct-shell__links a:hover { color:#064b41 !important; background:#edf6f4; }.ct-shell__links .ct-shell__cta { margin-left:.35rem; background:#007a68; color:#fff !important; padding:.65rem .9rem; }.ct-shell__links .ct-shell__cta:hover { background:#005f52; }
.ct-footer { margin-top:4rem; padding:2.5rem max(1rem,calc((100% - 1180px)/2)); border-top:1px solid #dce8e5; background:#f5f9f8; color:#5d6d68; font-family:"DM Sans",Arial,sans-serif; }.ct-footer__grid { display:grid; grid-template-columns:1.5fr 1fr 1fr; gap:2rem; }.ct-footer strong { display:block; margin-bottom:.45rem; color:#17312c; font:700 1.1rem Georgia,serif; }.ct-footer p { max-width:360px; margin:0; font-size:.82rem; line-height:1.65; }.ct-footer h2 { margin:0 0 .55rem; color:#17312c; font-size:.72rem; letter-spacing:.08em; text-transform:uppercase; }.ct-footer a { display:block; margin:.32rem 0; color:#49615b !important; font-size:.81rem; font-weight:700; text-decoration:none !important; }.ct-footer a:hover { color:#007a68 !important; }.ct-footer__bottom { margin-top:1.8rem; padding-top:1rem; border-top:1px solid #dce8e5; font-size:.72rem; }
@media (max-width:760px) { .ct-shell__row { min-height:58px; }.ct-shell__links { max-width:68%; overflow-x:auto; scrollbar-width:none; }.ct-shell__links::-webkit-scrollbar { display:none; }.ct-shell__links a { padding:.5rem .55rem; font-size:.76rem; }.ct-shell__links a:nth-child(3), .ct-shell__links a:nth-child(4) { display:none; }.ct-footer__grid { grid-template-columns:1fr; gap:1.2rem; } }
