/* ─── BODY / WRAPPER ─── */
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: #0D0D0D;
  background: #fff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.stretched #wrapper { width: 100%; margin: 0 }
h1,h2,h3,h4,h5,h6 { font-family: 'Jakarta Sans', system-ui, sans-serif; font-weight: 400; letter-spacing: -0.01em; margin: 0 }
a { color: inherit }

/* ─── HEADER ─── */
#header { background: #fff; position: relative; z-index: 200 }
#header-wrap { border-bottom: 1px solid rgba(0,0,0,0.06); padding: 14px 0 }
.border-bottom-0 #header-wrap { border-bottom: 0 }
.header-row { display: flex; align-items: center; justify-content: space-between; flex-wrap: nowrap; gap: 12px }
#logo a { font-family: 'Jakarta Sans', system-ui, sans-serif; font-size: 22px; font-weight: 700; color: #0D0D0D; text-decoration: none; letter-spacing: -0.02em }
.header-misc { display: flex; align-items: center; gap: 8px }
.header-wrap-clone { display: none }
.sm-header-cta {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: #fff !important;
  background: #0D0D0D;
  border: 2px solid #0D0D0D;
  padding: 10px 22px;
  text-decoration: none; cursor: pointer;
  transition: background 0.25s, color 0.25s;
  white-space: nowrap; border-radius: 0;
}
.sm-header-cta:hover { background: transparent; color: #0D0D0D !important }

/* ─── HAMBURGER ─── */
.primary-menu-trigger { cursor: pointer }
.cnvs-hamburger { display: block; background: none; border: none; cursor: pointer; padding: 8px }
.cnvs-hamburger-box { width: 22px; height: 16px; display: block; position: relative }
.cnvs-hamburger-inner,
.cnvs-hamburger-inner::before,
.cnvs-hamburger-inner::after { display: block; width: 100%; height: 2px; background: #0D0D0D; position: absolute; border-radius: 2px }
.cnvs-hamburger-inner { top: 50%; transform: translateY(-50%) }
.cnvs-hamburger-inner::before { content: ''; top: -7px }
.cnvs-hamburger-inner::after { content: ''; bottom: -7px }

/* ─── NAV MENU ─── */
.primary-menu { display: flex; align-items: center; flex: 1; justify-content: flex-end }
.menu-container { display: none; list-style: none; margin: 0; padding: 0; width: 100% }
.menu-container.d-block { display: block }
.menu-item { position: relative }
.menu-link { display: block; text-decoration: none; color: #0D0D0D }
.sub-menu-container {
  display: none; position: absolute; top: 100%; left: 0;
  background: #fff; border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  padding: 8px 0; min-width: 220px;
  list-style: none; margin: 0;
  border: 1px solid rgba(0,0,0,0.06); z-index: 300;
}
.sub-menu-container .menu-link { padding: 9px 20px; font-size: 13px; font-weight: 400 }
.sub-menu-container .menu-link:hover { background: #F5F1EB; color: #0D0D0D }
.sub-menu-trigger { background: none; border: none; cursor: pointer; color: #0D0D0D; font-size: 11px; padding: 2px 8px; float: right }

/* MOBILE NAV (< 992px) */
body:not(.is-expanded-menu) .primary-menu-trigger { display: block }
body:not(.is-expanded-menu) .menu-container.d-block {
  display: block; padding: 8px 0;
  border-top: 1px solid rgba(0,0,0,0.06);
  background: #fff;
}
body:not(.is-expanded-menu) .menu-link {
  padding: 12px 20px; font-size: 14px; font-weight: 500;
  border-bottom: 1px solid rgba(0,0,0,0.04);
}
body:not(.is-expanded-menu) .sub-menu-container.mobile-submenu-open {
  display: block; position: static;
  box-shadow: none; border-radius: 0; border: 0;
  padding: 0; background: #F5F1EB;
}
body:not(.is-expanded-menu) .sub-menu-container .menu-link { padding-left: 32px; font-size: 13px }

/* DESKTOP NAV (992px+) */
@media(min-width:992px) {
  body.is-expanded-menu .primary-menu-trigger { display: none }
  body.is-expanded-menu .cnvs-hamburger { display: none }
  body.is-expanded-menu .menu-container { display: flex !important; gap: 4px }
  body.is-expanded-menu .menu-item > .menu-link {
    padding: 8px 12px; font-size: 13px; font-weight: 600;
    text-transform: uppercase; letter-spacing: 0.08em; white-space: nowrap;
  }
  body.is-expanded-menu .menu-item > .menu-link:hover { color: #C8A96E }
  body.is-expanded-menu .menu-item:hover > .sub-menu-container { display: block }
  .sub-menu-container .menu-item { border-top: 0 }
}

/* ─── CONTENT WRAP ─── */
#content { display: block }
.content-wrap { padding: 0 }

/* ─── FOOTER ─── */
#footer { background: #0D0D0D; color: #fff }
.footer-widgets-wrap { padding: 80px 0 60px }
.widget { margin-bottom: 0 }
.widget_links ul { list-style: none; padding: 0; margin: 0 }
.widget_links ul li { margin-bottom: 10px }
.widget_links ul li a { font-size: 13px; color: #888; text-decoration: none; font-family: 'Inter', sans-serif; transition: color 0.2s }
.widget_links ul li a:hover { color: #C8A96E }
#copyrights { background: #0D0D0D; padding: 24px 0 }
#copyrights p, #copyrights a { font-size: 12px; color: #555; font-family: 'Inter', sans-serif; text-decoration: none }
#copyrights a:hover { color: #C8A96E }
.copyright-links { display: flex; gap: 20px; justify-content: flex-end }
.copyright-links a { font-size: 12px; color: #555; text-decoration: none }
.copyright-links a:hover { color: #C8A96E }
@media(max-width:767px) { .copyright-links { justify-content: center } }

/* ─── ICÔNES SOCIALES ─── */
.social-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%;
  background: #1a1a1a; color: #888;
  text-decoration: none; font-size: 13px;
  transition: background 0.25s, color 0.25s;
  overflow: hidden; position: relative;
}
.social-icon i { position: relative; z-index: 1 }
.social-icon i:last-child { display: none }
.social-icon:hover { color: #fff }
.social-icon.h-bg-instagram:hover { background: #e1306c }
.social-icon.h-bg-linkedin:hover { background: #0077b5 }
.social-icon.h-bg-facebook:hover { background: #1877f2 }
.si-small { width: 30px; height: 30px; font-size: 11px }

/* ─── CANVAS UTILS RESTANTS ─── */
.button {
  display: inline-flex; align-items: center;
  padding: 10px 22px; border-radius: 8px;
  font-weight: 600; text-decoration: none;
  font-size: 14px; font-family: 'Inter', sans-serif;
  cursor: pointer; border: none; transition: background 0.2s;
}
.button-small { padding: 8px 16px; font-size: 12px }
.bg-dark { background: #1a1a1a }
.dark { color: #fff }
