:root {
  --deco: #330f07;
  --transition: 0.3s ease;
  --shadow: 0 4px 24px rgba(3,2,71,0.10);
  --shadow-lg: 0 8px 40px rgba(3,2,71,0.16);
  --radius: 8px;
  --radius-lg: 16px;
}

@font-face {
  font-family: 'GeneralSans-Variable';
  src: url('../fonts/general-sans/GeneralSans-Variable.woff2') format('woff2'),
       url('../fonts/general-sans/GeneralSans-Variable.woff') format('woff'),
       url('../fonts/general-sans/GeneralSans-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}

body {
	margin:0;
	padding:0;
  font-family: 'GeneralSans-Variable', sans-serif;
 	font-optical-sizing: none;
  font-weight: 500;
  font-style: normal;
	font-size:18px;
	color:#b3ac9d;
	background:#130f0d;	
	}	


a {color:#b3ac9d; text-decoration:none;}
.mid {width:1280px; margin:0 auto;position:relative; padding:0px 8px;}
header .mid {padding: 0px;}
.hero .mid {padding: 0px 60px 0 85px;}
.hero.home .mid {padding: 0px 8px 0 120px;}
#main.mid {width: 1248px; padding: 75px 0px 0px 0px;}
#main.inner {padding-bottom: 44px;} 
.rel {position:relative;}

header {display: block; width: 100%; position: absolute; z-index: 1000;}

.menu { display: flex; align-items: center; margin-top: 30px;background: rgba(19,15,13,0.70); height: 102px; }
.menu_logo { flex: 0 0 296px; padding-left: 34px;   }
.menu_nav { flex: 1; display: flex; justify-content: right; padding-right: 20px; }
.menu_toggle { flex: 0 0 70px;  justify-items: right;  padding-right: 34px; }

#main {display: block; min-height:100px; font-size: 16px;}
#main h2 {font-size: 29px; font-weight: 400; line-height: 1.2; margin-bottom: 6px;}
#main h3 {font-size: 24px; font-weight: 500;text-transform: uppercase; margin-bottom: 6px;}
#main p {margin-bottom: 30px;line-height: 1.8;}
#main ul {margin-bottom: 30px; list-style-type: '* '; margin-left:14px; line-height: 1.9; }



.split2col { display: flex; align-items: start; padding-top: 16px; width: 840px;  }
.col1 { flex: 0 0 420px; padding: 0; }
.col2 { flex: 0 0 420px; }




.btn {display: block; background: var(--deco); padding: 14px 0; color:#f1efea; text-align: center; font-size: 16px; font-weight: 500; text-transform: uppercase;margin-bottom: 34px; letter-spacing: 0.1em;;transition: all 0.25s ease    }

.btn span { display: inline-block; background: url('../images/whatsapp.png') no-repeat left; padding-left: 40px; background-size: 30px 30px;  }

.hero { background: linear-gradient(rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 40%), url('../images/bgadmin.jpg') no-repeat center center; background-size: cover; height: 584px; display: flex; align-items: top; padding-top: 230px; }

.hero.home {height: 908px;padding-top: 370px;}
.hero.home #scroll { position: absolute; top:7px; right:120px;  }
.hero.home p {font-size: 20px; font-weight: 500;  color: #fff; margin: 0 0 0 4px; max-width: 840px;}

.hero h1, .hero h2, .hero p { text-shadow: 1px 1px 2px rgba(0,0,0,0.2); }

.hero h1 {font-size: 14px; font-weight: 400; text-transform: uppercase; color: #b3ac9d; margin: 0 0 18px 4px; letter-spacing: 0.12em;}
.hero h2 {font-size: 70px; font-weight: 500; text-transform: uppercase; color: #fff; margin: 0 0 10px 0px; line-height: 1;}
.hero p {font-size: 20px; font-weight: 500;  color: #fff; margin: 0 0 0 4px; max-width: 900px;}

#scroll { position: absolute; top:47px; right:37px;  }



/* Menu toggle */
.toggle-btn { position: relative; width: 40px; height: 40px; cursor: pointer; }
.toggle-btn a { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; transition: opacity 0.35s ease, transform 0.35s ease; z-index:3000}
#menu  { opacity: 1; transform: rotate(0deg); }
#close { opacity: 0; transform: rotate(90deg); pointer-events: none; }
.toggle-btn.is-open #menu  { opacity: 0; transform: rotate(-90deg); pointer-events: none; }
.toggle-btn.is-open #close { opacity: 1; transform: rotate(0deg);  pointer-events: auto; }

/* Navigation */
.main_nav-menu { display: grid; grid-auto-flow: column; grid-template-rows: repeat(1, auto); grid-auto-columns: max-content; gap: 0.25rem 25px; list-style: none; padding: 0 27px 0 0; margin: 0; line-height: 1.3;  }
.main_nav-menu a { font-size: 14px;  letter-spacing: 0.05em; text-transform: uppercase; display: block; padding: 0.35rem 0; color: #f1efea; text-decoration: none; white-space: nowrap;transition: color 0.25s ease }
.main_nav-menu a:hover { text-decoration: none;color:#777162;  }
.main_nav-menu a.active { text-decoration: none;color:#777162;  }

.nav-menu { display: grid; grid-auto-flow: column; grid-template-rows: repeat(4, auto);   grid-template-columns: 200px 196px; gap: 0.25rem 16px; list-style: none; padding: 0; margin: 0; line-height: 1.3; }
.nav-menu a { font-size: 12px; letter-spacing: 0.066em; text-transform: uppercase; display: block; padding: 6px 0; color: #b3ac9d; text-decoration: none; white-space: nowrap; transition: color 0.25s ease;  font-weight: 600}
.nav-menu a:hover { color: #777162;  text-decoration: none;  }



.nav-expanded { display: none; position: absolute; top: 20px; right: 16px; width: 855px; height: 273px; background-color: #330F06; padding: 42px 10px 30px 46px; color: #fff; z-index: 2000; }
.exp_nav-menu { display: grid; grid-auto-flow: column; grid-template-rows: repeat(4, auto); grid-template-columns: 230px 226px;   gap: 0.25rem 2rem; list-style: none; padding: 0; margin: 0; line-height: 1.3; }

.exp_nav-menu li {border-left: 1px solid  #b3ac9d; padding-left: 16px; line-height: 0.8;margin-bottom: 30px;}
.exp_nav-menu a { font-size: 14px; text-transform: uppercase; display: block; padding: 0.35rem 0; color: #b3ac9d; text-decoration: none; white-space: nowrap;transition: color 0.25s ease, text-shadow 0.3s ease; }
.exp_nav-menu a:hover {  color: #777162;  text-decoration: none; }

.exp_nav-menu li.nolink {position: relative;}
.exp_nav-menu li.nolink a {pointer-events: none; text-transform: none;} 
.exp_nav-menu li.nolink .expsocial a {pointer-events: all;}
.expsocial a {display: inline-block;}
.expsocial {position: absolute;top:-10px; left:80px;}
.expsocial img {margin-left:10px;}

.social { position: absolute; bottom: 6px; right: 218px; }
.social a {margin-right: 8px;}

/* Slideshow */
.slideshow { position: relative; display: flex; align-items: center; width: 1248px; height: 670px;margin-bottom: 34px; }
.slideshow-track { position: relative; width: 1248px; height: 670px; overflow: hidden; flex-shrink: 0; }
.slideshow-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 0.5s ease; }
.slideshow-slide.active { opacity: 1; }
.slideshow-slide img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.slideshow-arrow { position: absolute; z-index: 10; top: 50%; transform: translateY(-50%); background: rgba(51,15,7,0.75); border: none; color: #f6f4f1; font-size: 24px;  cursor: pointer; display: flex; align-items: center; justify-content: center; transition: opacity var(--transition);  }
.slideshow-arrow:hover { opacity:0.65; }
.slideshow-prev { left: 10px; }
.slideshow-next { right: 10px; }

/* Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-bottom: 40px; }
.gallery-item { position: relative; width: 393px; height: 376px; overflow: hidden; opacity: 0; transform: translateY(32px); transition: opacity 0.6s ease, transform 0.6s ease; }
.gallery-item.is-visible { opacity: 1; transform: translateY(0); }
.gallery-item img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.gallery-caption { position: absolute; bottom: 18px; left: 20px; font-size: 14px; font-weight: 300; text-transform: uppercase; letter-spacing: 0.05em; color: #f6f4f1; text-shadow: 0 1px 4px rgba(0,0,0,0.6); pointer-events: none; text-shadow: 1px 1px 2px rgba(0,0,0,0.2);  }

/* homebox */

  .hb1, .hb2 {
    display: grid;
    grid-template-columns: 396px 822px;
    gap: 30px;
    margin-bottom: 75px;
  }

  .hb1-col1,   .hb2-col1 {
   position: relative;
  }

  .hb1-col2,  .hb2-col2 {
      position: relative;
  }

  .hb1-col2 img {width: 100%;}
  .hb2-col1 img {width: 100%;}

  .hb1 h4 {font-size:14px; font-weight: 500; text-transform: uppercase; color: #FFF; margin: 0 0 15px 0; letter-spacing: 0.1em;}

  .hb2 h4 {font-size:80px; font-weight: 200; text-transform: uppercase; color: #FFF; margin: -30px 0 2px 0;text-align: right; }

  .hb-subtitle {font-size: 28px; line-height: 1.18;}
  .hb-txt {font-size: 16px; line-height: 2;}

  .hb2 .hb-subtitle,   .hb2 .hb-txt  {color:#888888; text-align: right;}

  .hb-btn {display: block; background: var(--deco); padding: 15px 0; color:#f1efea; text-align: center; font-size: 14px; letter-spacing: 0.11em; font-weight: 500; text-transform: uppercase; position: absolute; bottom:-1px; width: 100%;transition: all 0.25s ease   }
  .hb-btn:hover { background: #401107;  transition: all 0.25s ease  }
  .btn:hover { background: #401107;  transition: all 0.25s ease  }

  .hb-btn span { display: inline-block; background: url('../images/arrow.png') no-repeat right; padding-right: 40px;  }

footer h4 {font-weight: 600; text-transform: uppercase; font-size: 14px; margin: 0 0 3px 0;}

footer {background: var(--deco);padding: 16px 0;border-bottom: 1px solid #A79E8F;font-size: 14px; min-height: 188px; }
footer img {display: inline-block;}
.foot { display: flex; align-items: start; padding-top: 16px;  }
.foot_logo { flex: 0 0 192px; padding: 17px 0 0 36px; }
.foot_contact { flex: 0 0 328px; color:#f1efea; margin-top: -1px; padding:4px 0 0 10px; }
.foot_contact p { margin: 0 0 11px 0; }
.foot_contact a { color: inherit;  }
.foot_menu { flex: 1; padding-left: 4px;; }
.wa { padding: 4px 0 10px 36px; background: url('../images/whatsapp.png') no-repeat -2px 0px; background-size: 32px 32px; margin:0px 0px 0px -2px; display: inline-block; }
.foot.mid {padding-left:24px;}
.mb20 {margin-bottom: 20px !important;}