
/* Montenegro Atlas — global header + footer only */
:root{
  --mah-navy:#073753;
  --mah-navy-deep:#052d46;
  --mah-white:#fff;
  --mah-line:rgba(255,255,255,.20);
}

/* Hide GeneratePress chrome; Atlas chrome replaces it. */
body:not(.wp-admin) .site-header,
body:not(.wp-admin) #site-navigation,
body:not(.wp-admin) .main-navigation,
body:not(.wp-admin) .site-footer,
body:not(.wp-admin) .footer-widgets{
  display:none!important;
}

.ma-atlas-header{
  position:relative;
  z-index:9998;
  width:100%;
  color:#fff;
  background:linear-gradient(180deg,var(--mah-navy),var(--mah-navy-deep));
}
.ma-atlas-header--overlay{
  position:absolute;
  top:0;
  left:0;
  right:0;
  background:linear-gradient(180deg,rgba(5,48,73,.92) 0%,rgba(5,48,73,.72) 60%,rgba(5,48,73,.22) 100%);
}
.admin-bar .ma-atlas-header--overlay{top:32px}

.ma-atlas-header-inner{
  width:min(1450px,calc(100% - 70px));
  height:72px;
  margin:0 auto;
  display:grid;
  grid-template-columns:205px 1fr auto;
  align-items:center;
  gap:26px;
  border-bottom:1px solid var(--mah-line);
}
.ma-atlas-logo{
  display:flex;
  align-items:center;
  width:190px;
  height:54px;
  overflow:hidden;
}
.ma-atlas-logo img{
  display:block;
  width:184px;
  height:auto;
  max-height:52px;
  object-fit:contain;
  object-position:left center;
}

.ma-atlas-nav{
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:27px;
}
.ma-atlas-nav-item{height:100%;display:flex;align-items:center}
.ma-atlas-nav-link,
.ma-atlas-destinations-toggle{
  color:#fff!important;
  background:none!important;
  border:0!important;
  padding:0!important;
  font:inherit;
  font-size:11px!important;
  line-height:1;
  font-weight:700!important;
  letter-spacing:.01em;
  white-space:nowrap;
  cursor:pointer;
}
.ma-atlas-nav-link:hover,
.ma-atlas-destinations-toggle:hover{opacity:.78}
.ma-atlas-destinations-toggle{display:flex;align-items:center;gap:7px}
.ma-atlas-destinations-toggle i{font-size:8px}

.ma-atlas-has-menu{position:relative}
.ma-atlas-dropdown{
  position:absolute;
  top:61px;
  left:-18px;
  min-width:185px;
  padding:9px;
  background:#fff;
  border:1px solid #e3ebef;
  border-radius:7px;
  box-shadow:0 15px 34px rgba(1,28,43,.18);
  opacity:0;
  visibility:hidden;
  transform:translateY(5px);
  transition:.18s ease;
}
.ma-atlas-has-menu.is-open .ma-atlas-dropdown{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.ma-atlas-dropdown a{
  display:block;
  padding:9px 10px;
  border-radius:4px;
  color:#073753!important;
  font-size:12px;
  font-weight:600;
}
.ma-atlas-dropdown a:hover{background:#f0f6f8}

.ma-atlas-tools{display:flex;align-items:center;gap:18px}
.ma-atlas-icon-link,
.ma-atlas-language,
.ma-atlas-menu-toggle{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#fff!important;
  background:none!important;
  border:0!important;
  padding:0!important;
  cursor:pointer;
  font-size:11px;
}
.ma-atlas-icon-link i{font-size:17px}
.ma-atlas-icon-link span{font-size:10px}
.ma-atlas-language i{font-size:8px}
.ma-atlas-menu-toggle{display:none;font-size:21px}

.ma-atlas-mobile-panel{
  position:fixed;
  inset:0;
  z-index:10000;
  padding:24px;
  overflow:auto;
  background:linear-gradient(145deg,#073753,#052d46);
  color:#fff;
}
.ma-atlas-mobile-panel[hidden]{display:none}
.ma-atlas-mobile-panel-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-bottom:24px;
  border-bottom:1px solid rgba(255,255,255,.17);
}
.ma-atlas-mobile-logo img{display:block;width:175px;height:auto}
.ma-atlas-mobile-close{
  background:none!important;
  border:0!important;
  color:#fff!important;
  padding:4px!important;
  font-size:25px;
}
.ma-atlas-mobile-nav{display:flex;flex-direction:column;padding:23px 0}
.ma-atlas-mobile-nav a{
  color:#fff!important;
  padding:14px 2px;
  border-bottom:1px solid rgba(255,255,255,.10);
  font-size:18px;
  font-weight:600;
}

/* Footer */
.ma-atlas-footer{
  position:relative;
  z-index:20;
  width:100%;
  margin:0;
  padding:42px max(24px,calc((100vw - 1220px)/2)) 18px;
  color:#fff;
  background:linear-gradient(115deg,#073753,#052d46);
}
.ma-atlas-footer-inner{
  display:grid;
  grid-template-columns:1.45fr repeat(4,1fr);
  gap:52px;
}
.ma-atlas-footer-logo img{display:block;width:175px;height:auto}
.ma-atlas-footer-brand p{
  max-width:220px;
  margin:17px 0;
  color:rgba(255,255,255,.87);
  font-size:11px;
  line-height:1.7;
}
.ma-atlas-socials{display:flex;gap:17px}
.ma-atlas-socials a{color:#fff!important;font-size:14px}
.ma-atlas-footer-col h3{
  margin:0 0 17px;
  color:#fff!important;
  font-size:12px!important;
  line-height:1.2;
  font-weight:700;
}
.ma-atlas-footer-col a{
  display:block;
  margin-bottom:10px;
  color:rgba(255,255,255,.92)!important;
  font-size:11px;
  line-height:1.4;
}
.ma-atlas-footer-bottom{
  margin-top:34px;
  padding-top:15px;
  border-top:1px solid rgba(255,255,255,.17);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  color:rgba(255,255,255,.75);
  font-size:9px;
}
.ma-atlas-footer-bottom span:last-child{display:flex;gap:24px}
.ma-atlas-footer-bottom a{color:rgba(255,255,255,.75)!important}

@media(max-width:1120px){
  .ma-atlas-header-inner{
    width:calc(100% - 36px);
    grid-template-columns:175px 1fr auto;
    gap:14px;
  }
  .ma-atlas-logo{width:165px}
  .ma-atlas-logo img{width:160px}
  .ma-atlas-nav{gap:15px}
  .ma-atlas-nav-link,.ma-atlas-destinations-toggle{font-size:10px!important}
  .ma-atlas-footer-inner{grid-template-columns:1.25fr repeat(2,1fr);gap:34px}
}

@media(max-width:820px){
  .ma-atlas-header-inner{
    width:calc(100% - 30px);
    height:64px;
    grid-template-columns:1fr auto;
    border-bottom-color:rgba(255,255,255,.14);
  }
  .ma-atlas-logo{width:165px;height:44px}
  .ma-atlas-logo img{width:160px;max-height:44px}
  .ma-atlas-nav,.ma-atlas-language{display:none}
  .ma-atlas-tools{gap:15px}
  .ma-atlas-menu-toggle{display:inline-flex}
  .ma-atlas-footer{padding-top:34px}
  .ma-atlas-footer-inner{grid-template-columns:1fr 1fr;gap:30px 22px}
  .ma-atlas-footer-brand{grid-column:1/-1}
}

@media(max-width:600px){
  .admin-bar .ma-atlas-header--overlay{top:46px}
  .ma-atlas-search-link,.ma-atlas-icon-link span{display:none}
  .ma-atlas-footer-inner{grid-template-columns:1fr 1fr;gap:28px 18px}
  .ma-atlas-footer-bottom{flex-direction:column;align-items:flex-start}
}

/* v0.3.1 */
.ma-atlas-header-inner{width:min(1220px,calc(100% - 48px))!important;}
.ma-atlas-header a,.ma-atlas-header button,.ma-atlas-footer a{text-decoration:none!important;box-shadow:none!important;}
.ma-atlas-nav-link,.ma-atlas-dropdown a,.ma-atlas-icon-link,.ma-atlas-mobile-nav a,.ma-atlas-footer-col a,.ma-atlas-footer-bottom a,.ma-atlas-socials a{border-bottom:0!important;text-decoration:none!important;}
@media(max-width:1100px){.ma-atlas-header-inner{width:min(100% - 36px,1000px)!important;}}
@media(max-width:700px){.ma-atlas-header-inner{width:calc(100% - 30px)!important;}}

/* v0.4.1 — saved and language features are not part of the current site */
.ma-atlas-saved,.ma-atlas-language{display:none!important}
