body{font-family:Nunito,sans-serif;background:#faf8f4;color:#2c2c2c;margin:0;padding:0}*{box-sizing:border-box}a{text-decoration:none;color:inherit}.hs-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#1c0e0400;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);transition:background .35s ease,backdrop-filter .35s ease,box-shadow .35s ease;height:72px}.hs-header--scrolled{background:#1c0e04f7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 2px 20px #0000004d}.hs-header__inner{max-width:1280px;margin:0 auto;height:100%;padding:0 24px;display:flex;align-items:center;gap:8px}.hs-logo{display:flex;align-items:center;flex-shrink:0}.hs-logo img{height:48px;width:auto;object-fit:contain}.hs-nav{display:flex;align-items:center;gap:4px;margin-left:auto}.hs-nav__link{color:#ffffffe0;font-size:14px;font-weight:600;padding:6px 14px;border-radius:6px;border:none;background:none;cursor:pointer;transition:color .2s,background .2s;white-space:nowrap;letter-spacing:.3px;display:flex;align-items:center;gap:5px}.hs-nav__link:hover{color:#c8a96e;background:#c8a96e1a}.hs-nav__link--active{color:#c8a96e!important}.hs-dropdown{position:relative}.hs-chevron{transition:transform .25s ease;opacity:.7}.hs-chevron--up{transform:rotate(180deg)}.hs-dropdown__panel{position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);min-width:170px;background:#1c0e04;border:1px solid rgba(200,169,110,.2);border-radius:10px;padding:6px;box-shadow:0 8px 32px #00000059;animation:dropIn .18s ease}@keyframes dropIn{0%{opacity:0;transform:translate(-50%) translateY(-6px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.hs-dropdown__item{display:block;padding:9px 14px;color:#fffc;font-size:14px;font-weight:500;border-radius:6px;transition:background .15s,color .15s}.hs-dropdown__item:hover{background:#c8a96e26;color:#c8a96e}.hs-cta-btn{margin-left:12px;background:#c8a96e;color:#1c0e04!important;font-weight:800;font-size:13px;padding:9px 20px;border-radius:8px;letter-spacing:.3px;transition:background .2s,transform .15s;white-space:nowrap;flex-shrink:0}.hs-cta-btn:hover{background:#b8934e;transform:translateY(-1px)}.hs-cta-btn--full{display:block;text-align:center;margin:16px;padding:14px;font-size:15px;border-radius:10px}.hs-hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:38px;height:38px;background:none;border:1px solid rgba(255,255,255,.2);border-radius:7px;cursor:pointer;padding:8px;margin-left:auto;flex-shrink:0}.hs-hamburger span{display:block;width:100%;height:2px;background:#fff;border-radius:2px;transition:all .25s ease;transform-origin:center}.hs-hamburger--open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hs-hamburger--open span:nth-child(2){opacity:0;transform:scaleX(0)}.hs-hamburger--open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.hs-mobile-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:1098}.hs-mobile-overlay--open{display:block;animation:fadeIn .2s ease}.hs-mobile-drawer{position:fixed;top:0;right:-320px;width:300px;max-width:85vw;height:100vh;background:#1c0e04;z-index:1099;transition:right .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;overflow-y:auto}.hs-mobile-drawer--open{right:0}.hs-mobile-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.08)}.hs-mobile-close{background:#ffffff14;border:none;color:#fff;width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer}.hs-mobile-close:hover{background:#ffffff26}.hs-mobile-nav{display:flex;flex-direction:column;padding:12px 12px 0;flex:1}.hs-mobile-nav__group-label{font-size:10px;font-weight:700;color:#ffffff59;text-transform:uppercase;letter-spacing:1.2px;padding:16px 8px 6px}.hs-mobile-nav__link{display:block;padding:12px 16px;color:#ffffffd9;font-size:15px;font-weight:600;border-radius:8px;transition:background .15s,color .15s}.hs-mobile-nav__link:hover{background:#c8a96e1f;color:#c8a96e}.hs-mobile-nav__link--active{color:#c8a96e!important;background:#c8a96e1a}.hs-mobile-nav__link--sub{font-size:14px;padding:10px 16px 10px 28px;font-weight:500;color:#ffffffa6}.hs-mobile-nav__link--sub:hover{color:#c8a96e}.hs-footer{background:#1c0e04;color:#ffffffbf;padding:64px 0 0}.hs-footer__grid{max-width:1280px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:48px}.hs-footer__logo img{height:52px;margin-bottom:16px}.hs-footer__tagline{font-size:14px;line-height:1.7;color:#ffffff8c;margin-bottom:20px}.hs-footer__social{display:flex;gap:10px}.hs-footer__social a{width:36px;height:36px;border-radius:8px;background:#ffffff14;display:flex;align-items:center;justify-content:center;color:#ffffffb3;font-size:14px;transition:background .2s,color .2s}.hs-footer__social a:hover{background:#c8a96e;color:#1c0e04}.hs-footer__heading{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:1.5px;color:#c8a96e;margin-bottom:20px}.hs-footer__links{display:flex;flex-direction:column;gap:10px}.hs-footer__links a{font-size:14px;color:#fff9;transition:color .15s,padding-left .15s}.hs-footer__links a:hover{color:#c8a96e;padding-left:4px}.hs-footer__contact-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;font-size:14px;color:#fff9}.hs-footer__contact-item i{color:#c8a96e;width:16px;margin-top:2px}.hs-footer__bottom{margin-top:48px;border-top:1px solid rgba(255,255,255,.08);padding:20px 24px;display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#ffffff59;max-width:1280px;margin-left:auto;margin-right:auto}.hs-footer__bottom a{color:#c8a96e}.hs-page-banner{background:linear-gradient(135deg,#1c0e04,#4a2a10);padding:120px 0 60px;position:relative;overflow:hidden}.hs-page-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60"><circle cx="30" cy="30" r="1" fill="%23c8a96e" opacity="0.15"/></svg>') repeat}.hs-page-banner__inner{position:relative;max-width:1280px;margin:0 auto;padding:0 24px}.hs-page-banner h1{color:#fff;font-size:clamp(28px,4vw,42px);font-weight:800;margin:0 0 12px}.hs-breadcrumbs{display:flex;align-items:center;gap:8px;list-style:none;padding:0;margin:0;font-size:13px}.hs-breadcrumbs li{color:#ffffff80}.hs-breadcrumbs li a{color:#ffffffbf;transition:color .15s}.hs-breadcrumbs li a:hover{color:#c8a96e}.hs-breadcrumbs li+li:before{content:"/";margin-right:8px}.hs-section{padding:72px 0}.hs-section--sm{padding:48px 0}.hs-section--lg{padding:96px 0}.hs-section--dark{background:#1c0e04;color:#fff}.hs-section--tint{background:#faf0e4}.hs-container{max-width:1280px;margin:0 auto;padding:0 24px}.hs-section-title{margin-bottom:48px}.hs-section-title__suptitle{display:inline-block;background:#c8a96e26;color:#c8a96e;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:2px;padding:5px 14px;border-radius:20px;margin-bottom:14px}.hs-section-title h2{font-size:clamp(24px,3vw,36px);font-weight:800;margin:0 0 12px;color:#1c0e04}.hs-section-title p{font-size:16px;color:#666;max-width:520px;margin:0;line-height:1.7}.hs-section-title--center{text-align:center}.hs-section-title--center p{margin:0 auto}.hs-section-title--light h2{color:#fff}.hs-section-title--light p{color:#fff9}.hs-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 16px #00000012;transition:transform .25s ease,box-shadow .25s ease}.hs-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001f}.hs-card__img-wrap{overflow:hidden;height:210px}.hs-card__img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.hs-card:hover .hs-card__img-wrap img{transform:scale(1.06)}.hs-card__body{padding:18px 20px}.hs-card__title{font-size:15px;font-weight:700;color:#1c0e04;margin:0;text-align:center}.hs-feature{display:flex;gap:18px;align-items:flex-start;padding:24px;background:#fff;border-radius:12px;box-shadow:0 2px 12px #0000000f}.hs-feature__number{font-size:32px;font-weight:900;color:#c8a96e40;line-height:1;min-width:44px}.hs-feature__text h3{font-size:16px;font-weight:700;color:#1c0e04;margin:0 0 8px}.hs-feature__text p{font-size:14px;color:#666;margin:0;line-height:1.6}.hs-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:8px;font-weight:700;font-size:14px;cursor:pointer;border:none;transition:all .2s ease}.hs-btn--primary{background:#c8a96e;color:#1c0e04}.hs-btn--primary:hover{background:#b8934e;transform:translateY(-1px)}.hs-btn--dark{background:#1c0e04;color:#fff}.hs-btn--dark:hover{background:#2e1a08;transform:translateY(-1px)}.hs-btn--outline{background:transparent;color:#1c0e04;border:2px solid #1c0e04}.hs-btn--outline:hover{background:#1c0e04;color:#fff}.hs-btn--lg{padding:14px 32px;font-size:15px}.hs-form-field{display:flex;flex-direction:column;gap:7px}.hs-form-label{font-size:12px;font-weight:700;color:#555;text-transform:uppercase;letter-spacing:.6px}.hs-form-label .req{color:#e74c3c}.hs-form-input{width:100%;padding:11px 16px;border:1.5px solid #e0d8cf;border-radius:8px;font-size:14px;font-family:Nunito,sans-serif;color:#2c2c2c;background:#fff;transition:border-color .2s,box-shadow .2s;outline:none;box-sizing:border-box}.hs-form-input:focus{border-color:#c8a96e;box-shadow:0 0 0 3px #c8a96e26}.hs-form-input--error{border-color:#e74c3c!important}.hs-form-error{font-size:12px;color:#e74c3c}.hs-review{background:#fff;border-radius:14px;padding:28px;box-shadow:0 2px 16px #00000012;border-left:4px solid #c8a96e}.hs-review__stars{display:flex;gap:3px;margin-bottom:12px}.hs-review__stars i{color:#f5a623;font-size:13px}.hs-review__text{font-size:15px;line-height:1.7;color:#555;margin-bottom:16px}.hs-review__author{font-weight:700;font-size:14px;color:#1c0e04}.hs-faq-item{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000f;margin-bottom:12px;overflow:hidden}.hs-faq-question{width:100%;text-align:left;background:none;border:none;padding:20px 24px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:15px;font-weight:700;color:#1c0e04;font-family:Nunito,sans-serif;gap:12px}.hs-faq-question:hover{background:#faf8f4}.hs-faq-icon{color:#c8a96e;flex-shrink:0;transition:transform .25s ease}.hs-faq-icon--open{transform:rotate(180deg)}.hs-faq-answer{padding:0 24px 20px;font-size:14px;color:#666;line-height:1.7}.hs-info-card{background:#fff;border-radius:12px;padding:28px 24px;box-shadow:0 2px 12px #00000012;text-align:center}.hs-info-card__icon{width:52px;height:52px;border-radius:14px;background:#c8a96e1f;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;color:#c8a96e;font-size:20px}.hs-info-card h4{font-size:15px;font-weight:700;color:#1c0e04;margin:0 0 6px}.hs-info-card p{font-size:14px;color:#666;margin:0}.hs-hero{min-height:100vh;background:linear-gradient(135deg,#1c0e04,#3d1e08 60%,#5a3010);display:flex;align-items:center;position:relative;overflow:hidden;padding-top:72px}.hs-hero:before{content:"";position:absolute;top:-30%;right:-10%;width:70vw;height:70vw;border-radius:50%;background:radial-gradient(circle,rgba(200,169,110,.08) 0%,transparent 70%);pointer-events:none}.hs-hero__inner{max-width:1280px;margin:0 auto;padding:0 24px;width:100%;display:flex;align-items:center;gap:60px}.hs-hero__content{flex:1}.hs-hero__suptitle{display:inline-block;background:#c8a96e26;color:#c8a96e;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:2.5px;padding:5px 14px;border-radius:20px;margin-bottom:20px}.hs-hero h1{font-size:clamp(36px,5vw,62px);font-weight:900;color:#fff;line-height:1.12;margin:0 0 20px}.hs-hero h1 span{color:#c8a96e}.hs-hero__text{font-size:17px;color:#ffffffa6;line-height:1.7;margin-bottom:36px;max-width:440px}.hs-hero__actions{display:flex;gap:14px;flex-wrap:wrap}.hs-hero__image-wrap{flex:1;max-width:500px;position:relative}.hs-hero__image-wrap img{width:100%;height:520px;object-fit:cover;border-radius:20px;box-shadow:0 24px 80px #00000080}.hs-hero__badge{position:absolute;bottom:28px;left:-20px;background:#fff;border-radius:12px;padding:14px 18px;box-shadow:0 8px 24px #0003;display:flex;align-items:center;gap:12px}.hs-hero__badge-icon{font-size:28px}.hs-hero__badge-text strong{display:block;font-size:16px;font-weight:800;color:#1c0e04}.hs-hero__badge-text span{font-size:12px;color:#888}.hs-stats{display:flex;gap:32px;flex-wrap:wrap}.hs-stat strong{display:block;font-size:32px;font-weight:900;color:#c8a96e}.hs-stat span{font-size:13px;color:#ffffff8c;font-weight:500}.hs-cat-card{background:#fff;border-radius:14px;padding:28px 24px;box-shadow:0 2px 16px #00000012;display:flex;align-items:center;gap:18px;transition:transform .25s,box-shadow .25s;cursor:pointer}.hs-cat-card:hover{transform:translateY(-3px);box-shadow:0 8px 28px #0000001f}.hs-cat-card__icon{width:56px;height:56px;flex-shrink:0}.hs-cat-card__icon img{width:100%;height:100%;object-fit:contain}.hs-cat-card__text h3{font-size:15px;font-weight:700;color:#1c0e04;margin:0 0 5px}.hs-cat-card__text p{font-size:13px;color:#888;margin:0;line-height:1.5}.hs-cta-band{background:linear-gradient(135deg,#774c2a,#1c0e04);padding:72px 0;position:relative;overflow:hidden}.hs-cta-band:before{content:"";position:absolute;top:-50%;right:-5%;width:500px;height:500px;border-radius:50%;background:#c8a96e0f}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 1024px){.hs-footer__grid{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.hs-nav,.hs-cta-btn{display:none}.hs-hamburger{display:flex}.hs-footer__grid{grid-template-columns:1fr;gap:32px}.hs-footer__bottom{flex-direction:column;gap:8px;text-align:center}.hs-hero__inner{flex-direction:column;padding-top:40px;text-align:center}.hs-hero__text{max-width:100%}.hs-hero__actions{justify-content:center}.hs-hero__image-wrap{max-width:100%}.hs-hero__image-wrap img{height:280px}.hs-hero__badge{left:10px}}.sb-navigation{display:flex!important}.btn-reserve{background:none!important;color:inherit!important}
